RhinoCommon API
PolyCurveSegmentDomain Method |
Returns the polycurve sub-domain assigned to a segment curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public Interval SegmentDomain( int segmentIndex )
Public Function SegmentDomain ( segmentIndex As Integer ) As Interval
Parameters
- segmentIndex
- Type: SystemInt32
Index of segment.
Return Value
Type: IntervalThe polycurve sub-domain assigned to a segment curve. Returns Interval.Unset if segment_index < 0 or segment_index >= Count().
