Curve2dGetLength(Double, Double, Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public double GetLength(
double fromParameter,
double toParameter,
Tolerance tolerance
)
Public Function GetLength (
fromParameter As Double,
toParameter As Double,
tolerance As Tolerance
) As Double
public:
double GetLength(
double fromParameter,
double toParameter,
Tolerance tolerance
)
member GetLength :
fromParameter : float *
toParameter : float *
tolerance : Tolerance -> float
Parameters
- fromParameter Double
-
- toParameter Double
-
- tolerance Tolerance
-
Return Value
Double
See Also