getLocalClosestPoints Method
Overload List
Method |
Description |
---|
AcGeCurve3d::getLocalClosestPoints (AcGeCurve3d&, AcGePointOnCurve3d&, AcGePointOnCurve3d&, AcGeInterval*, AcGeInterval*, AcGeTol&) |
This function searches for the local minimum distance between two curves using the two input points as initial guesses. On output, these points are set to the local closest points, which may not be the closest points between the two entire curves. The parameters nbhd1 and nbhd2 are optional parameters. If they are specified, the returned points lie within these intervals. |
AcGeCurve3d::getLocalClosestPoints (AcGePoint3d&, AcGePointOnCurve3d&, AcGeInterval*, AcGeTol&) |
This function searches for the local minimum distance between this curve and the input point, using the input point as an initial guess. On output, this point is set to the local closest point, which may not be the closest point for the entire curve. The parameter nbhd is an optional parameter. If it is specified, the returned point lies within this interval. |