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

Returns True if the specified curve entity is coplanar with this curve and returns the common plane. 

 

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