Share

getClosestPointTo Method

Overload List

Method Description
AcGeCurve3d::getClosestPointTo (AcGeCurve3d&, AcGePointOnCurve3d&, AcGePointOnCurve3d&, AcGeTol&) Finds the closest points between this curve and the input curve. This function is the same as closestPointTo(), except the closest points are returned as AcGePointOnCurve3d objects.
AcGeCurve3d::getClosestPointTo (AcGePoint3d&, AcGePointOnCurve3d&, AcGeTol&) Finds the closest point on this curve to the input point. This function is the same as closestPointTo(), except that the closest point is returned as an AcGePointOnCurve3d object.

Was this information helpful?