Click or drag to resize

RhinoBrepLoopListItem Property

Gets the BrepLoop 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 IBrepLoop this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of BrepLoop to access.

Return Value

Type: IBrepLoop
The BrepLoop at [index].

Implements

IBrepLoopListItemInt32
See Also