API Reference > OdGe Classes > OdGePlanarEnt Class > OdGePlanarEnt Methods > OdGePlanarEnt::isOnPlane Method
OdGePlanarEnt::isOnPlane Method
Syntax
C++
bool isOnPlane(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] Point to be queried.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if the specified point is on this plane, regardless of the envelope, as determined by the tolerance. 

 

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