PolyCurveSegmentCurve Method |
Gets the segment curve at the given index.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public 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.
See Also