Parameters |
Description |
const OdGePoint2d& point |
[in] Input point. |
OdGePointOnCurve2d& pntOnCrv |
[out] Closest point on this curve whose normal passes through the input point. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
Finds the point on the input curve whose normal passes through the input point.
By default this function throws the exception "not Implemented". Should be implemented in derived classes.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|