API Reference > OdGe Classes > OdGePlanarEnt Class > OdGePlanarEnt Methods > OdGePlanarEnt::isCoplanarTo Method
OdGePlanarEnt::isCoplanarTo Method
Syntax
C++
bool isCoplanarTo(const OdGePlanarEnt& plane, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePlanarEnt& plane 
[in] Any plane that is tested to be coplanar to this planar entity.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if the specified plane is coplanar with this one. 

 

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