M_Rhino_Geometry_Curve_SpanDomain - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.SpanDomain 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) Version: Rhino 6.0

Syntax

C#

public Interval SpanDomain(
	int spanIndex
)

VB

Public Function SpanDomain ( 
	spanIndex As Integer
) As Interval

Parameters

 

spanIndex
Type: System.Int32
Index of span.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️