BrepCurveList.Item Property

BrepCurveListItem Property

Gets the Curve at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Curve this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As Curve
	Get

Parameters

index
Type: SystemInt32
Index of Curve to access.

Return Value

Type: Curve
The Curve at [index].
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown when the index is invalid.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also