Click or drag to resize

RhinoBrepCurveListItem Property

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

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public ICurve this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of Curve to access.

Return Value

Type: ICurve
The Curve at [index].

Implements

IBrepCurveListItemInt32
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown when the index is invalid.
See Also