PolyCurveSegmentDomain Method |
Returns the polycurve subdomain assigned to a segment curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Interval SegmentDomain(
int segmentIndex
)
Public Function SegmentDomain (
segmentIndex As Integer
) As Interval
Parameters
- segmentIndex
- Type: SystemInt32
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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also