M_Rhino_Geometry_PolyCurve_SegmentDomain - mcneel/rhinocommon-api-docs GitHub Wiki

PolyCurve.SegmentDomain Method

Returns the polycurve subdomain assigned to a segment curve.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Interval SegmentDomain(
	int segmentIndex
)

VB

Public Function SegmentDomain ( 
	segmentIndex As Integer
) As Interval

Parameters

 

segmentIndex
Type: System.Int32
Index of segment.

Return Value

Type: Interval
The polycurve subdomain assigned to a segment curve. Returns Interval.Unset if segment_index < 0 or segment_index >= Count().

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolyCurve Class
Rhino.Geometry Namespace

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