CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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.
Namespace: CADability.Curve2DAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
double MinDistance( ICurve2D Other ) |
| Visual Basic |
|---|
Function MinDistance ( _ Other As ICurve2D _ ) As Double |
| Visual C++ |
|---|
double MinDistance( ICurve2D^ Other ) |
Parameters
- Other
- Type: CADability.Curve2D..::..ICurve2D
curve to compute the distance to