M_Rhino_Geometry_PolyCurve_SegmentDomain - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the polycurve subdomain assigned to a segment curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Interval SegmentDomain(
int segmentIndex
)VB
Public Function SegmentDomain (
segmentIndex As Integer
) As Interval
- segmentIndex
- Type: System.Int32
Index of segment.
Type: Interval
The polycurve subdomain assigned to a segment curve. Returns Interval.Unset if segment_index < 0 or segment_index >= Count().
Supported in: 6.0.16224.21491, 5D58w