CADability dotNET
Overload List
| Name | Description | |
|---|---|---|
| MinDistance(GeoPoint2D) |
Returns the distance of the point to the curve. In opposite to Distance(GeoPoint2D)
this method will return the distance to the unextended curve
| |
| MinDistance(ICurve2D) |
Returns the minimal distance between this curve and the other curve given in the parameter.
If the two curves intersect, the minimal distance ist 0.
|