Share

AcGeCurve3d::isCoplanarWith

C++

GE_DLLEXPIMPORT Adesk::Boolean isCoplanarWith(
    const AcGeCurve3d& curve3d, 
    AcGePlane& plane, 
    const AcGeTol& tol = AcGeContext::gTol
) const;

Description

Returns Adesk::kTrue if both curve are planar and lie in the same plane. The plane parameter is only valid if this function returns a value of Adesk::kTrue.

Parameters

Parameters Description
curve3d Input any 3D curve
plane Output plane in which this curve and input curve lie
tol Input tolerance

Links

AcGeCurve3d

Was this information helpful?