Click or drag to resize
IGeCurveGetPointAtDist Method
Returns coordinate at specified distance along curve.

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

Parameters

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

Return Value

Type: GeCoordinate
Remarks