Parameters |
Description |
const OdGePoint2d& point |
[in] Point to be evaluated. |
double& param |
[out] uv-coord of closest point. |
const OdGeInterval* range |
[in] Interval on the curve. |
const OdGeTol& tol = OdGeContext::gTol |
[in] Geometric tolerance. |
The closest point on this curve.
Finds the closest point on this curve to the input point.
Native interval is not considered. If projection of the point does not lie in range-interval, the closest bound of the interval is returned. In case of uvBox == NULL closestPointTo(point, range, tol) is called where range is a native curves interval. An unbounded interval should not be used here.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|