Finds the closest point between this curve and the point of an input curve.
Parameters
Parameters
Description
curve2d
[in] Input curve.
pntOnOtherCrv
[out] Closest point on the input curve.
tol
[in] Geometric tolerance.
Returns
The closest point of this curve.
Remarks
This function is the same as getClosestPointTo(). By default this function throws the exception "not Implemented". Should be implemented in derived classes.