P_Rhino_Geometry_Collections_BrepLoopList_Item - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the BrepLoop at the given index. The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public BrepLoop this[
int index
] { get; }
VB
Public ReadOnly Default Property Item (
index As Integer
) As BrepLoop
Get
- index
- Type: System.Int32
Index of BrepLoop to access.
Type: BrepLoop
The BrepLoop at [index].
Exception | Condition |
---|---|
IndexOutOfRangeException | Thrown when the index is invalid. |
Supported in: 6.0.16224.21491, 5D58w