API Reference > OdGe Classes > OdGeCircArc3d Class > OdGeCircArc3d Methods > OdGeCircArc3d::closestPointToPlane Method
OdGeCircArc3d::closestPointToPlane Method
Syntax
C++
OdGePoint3d closestPointToPlane(const OdGePlanarEnt& plane, OdGePoint3d& pointOnPlane, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePlanarEnt& plane 
[in] Any plane.  
OdGePoint3d& pointOnPlane 
[out] Receives the closest point on plane.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns the point on this circle closest to the specified plane, and the point on the plane closest to this circle. 

 

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