C++
GE_DLLEXPIMPORT Adesk::Boolean isPlanar( AcGePlane& plane, const AcGeTol& tol = AcGeContext::gTol ) const;
Description
Determines if curve is planar. If the curve is a line, then this function returns an arbitrary plane that contains the line. The plane parameter contains meaningful data only if this function returns a value of Adesk::kTrue.
Parameters
Parameters | Description |
---|---|
plane | Output plane on which this curve lies if it is planar |
tol | Input tolerance |