Click or drag to resize
GeCurveGetParamAtDist 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
public double GetParamAtDist(
	GeLength distance
)

Parameters

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

Return Value

Type: Double

Implements

IGeCurveGetParamAtDist(GeLength)
Remarks