Click or drag to resize
IGeCurveInterval Property
Returns the parametric range of the curve.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
GeInterval Interval { get; }

Property Value

Type: GeInterval

Return Value

Type: GeInterval
Remarks
The function GetPointAtParam(Double) always returns a point on this curve when called with a value within the returned interval.
See Also