Close

Relief for ODA Team in Ukraine

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

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. 

 

Parameters
Description
plane
[in] A plane to which a closest point is calculated.
pointOnPlane
[out] Receives the closest point on the plane.
tol
[in] Geometric tolerance.

An instance of the OdGePoint3d class.

Copyright © 2002-2022. Open Design Alliance All rights reserved.