Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCircArc3d::closestPointToPlane Method
Syntax
C++
OdGePoint3d closestPointToPlane(const OdGePlanarEnt& plane, OdGePoint3d& pointOnPlane, const OdGeTol& tol = OdGeContext::gTol) const;

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

 

Parameters
Description
plane
[in] Any plane.
pointOnPlane
[out] Receives the closest point on plane.
tol
[in] Geometric tolerance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.