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

An instance of the OdGePoint3d class.

Returns the point on the elliptical arc that is closest to the specified plane and the point on the specified plane that is closest to the elliptical arc. 

 

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