Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
plane
[in] Any planar entity to which the closest point is computed.
pointOnOtherPlane
[out] Receives the closest point on the plane.
tol
[in] Geometric tolerance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.