Gets the line segment at the given index.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Line SegmentAt(
int index
)
Public Function SegmentAt (
index As Integer
) As Line
Parameters
- index
- Type: SystemInt32
Index of segment to retrieve.
Return Value
Type:
LineLine segment at index or Line.Unset on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also