|
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)
Syntaxpublic IBrepLoop this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IBrepLoop
Get
public:
virtual property IBrepLoop^ default[int index] {
IBrepLoop^ get (int index) sealed;
}
abstract Item : IBrepLoop with get
override Item : IBrepLoop with get
Parameters
- index
- Type: SystemInt32
Index of BrepLoop to access.
Return Value
Type:
IBrepLoopThe BrepLoop at [index].
Implements
IBrepLoopListItemInt32
See Also