Curve.SpanDomain Method

CurveSpanDomain Method

Get the domain of the curve span with the given index. Use the SpanCount property to test how many spans there are.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Interval SpanDomain(
	int spanIndex
)
Public Function SpanDomain ( 
	spanIndex As Integer
) As Interval

Parameters

spanIndex
Type: SystemInt32
Index of span.

Return Value

Type: Interval
Interval of the span with the given index.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also