API Reference > OdGe Classes > OdGeCurve3d Class > OdGeCurve3d Methods > OdGeCurve3d::isPlanar Method
OdGeCurve3d::isPlanar Method
Syntax
C++
bool isPlanar(OdGePlane& plane, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
OdGePlane& plane 
[out] Receives the plane of this curve.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if this curve is planar, and returns the plane of this curve. 

 

Lines are considered to be planar; the returned plane is an arbitrary plane containing the line.

Copyright © 2002–2022. Open Design Alliance. All rights reserved.