Parameters |
Description |
const OdGeCurve3d& curve |
[in] Any 3D curve. |
const OdGeVector3d& projectDirection |
[in] Projection Direction. |
OdGePoint3d& pntOnOtherCrv |
[out] Receives the closest point on other curve. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
Returns the point on this curve closest to the specified curve, and the point on the other curve closest to this curve, when this curve is projected in the specified direction.
By default this function throws the exception "not Implemented". Should be implemented in derived classes.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|