PolyCurveSegmentCurve Method |
Gets the segment curve at the given index.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Curve SegmentCurve(
int index
)
Public Function SegmentCurve (
index As Integer
) As Curve
Parameters
- index
- Type: SystemInt32
Index of segment to retrieve.
Return Value
Type:
CurveThe segment at the given index or null on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also