Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
Index of segment to retrieve.

Return Value

Type: Curve
The segment at the given index or null on failure.
See Also