An NDoc Documented Class Library

Curve.ParamToLength Method 

Calculates the length of a part of the curve, which is given form 0 to the value param.

public double ParamToLength(
   double Param
);

Parameters

Param
Param until which the length is calculated

Return Value

Returns the length of the curve

See Also

Curve Class | Minais.Drawing3d.Curves Namespace | LengthToParam