Skip to content

M_Rhino_Geometry_PolyCurve_SegmentCurve

Will Pearson edited this page Aug 12, 2016 · 2 revisions

PolyCurve.SegmentCurve Method

Gets the segment curve at the given index.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Curve SegmentCurve(
	int index
)

VB

Public Function SegmentCurve ( 
	index As Integer
) As Curve

Parameters

 

index
Type: System.Int32
Index of segment to retrieve.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolyCurve Class
Rhino.Geometry Namespace

Clone this wiki locally