Parameters |
Description |
const OdGePoint3d& point |
[in] Any 3D point. |
const OdGeVector3d& projectDirection |
[in] Projection Direction. |
OdGePointOnCurve3d& pntOnCrv |
[out] Receives the closest point on this curve. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
Returns the point on this curve closest to the specified point 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.
|