CADability dotNET

Overload List

  NameDescription
Public methodPositionOf(GeoPoint)
Returns the parametric position of the point on the curve. This function is invers to . If the given point is not on the curve, the result is the position of a point on the curve, that is close to the given point, but not necessary of the closest point.
Public methodPositionOf(GeoPoint, Plane)
Similar to the method. Returns the same result, if the point is on the curve. If the point is not on the curve the problem is looked at in the given plane. i.e. the closest point on the projected 2d curve from the projected 2d point is used.
Public methodPositionOf(GeoPoint, Double)
Similar to PositionOf(GeoPoint). If the point is not on the curve and there are several solutions then the solution closest to the parameter prefer will be returned.

See Also