Click or drag to resize
IGeCurveGetParamAtDist Method
Returns parameter (t) value at specified curve distance.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
double GetParamAtDist(
	GeLength distance
)

Parameters

distance
Type: FDF.Common.GeometriesGeLength
Distance along the curve.

Return Value

Type: Double
Remarks