RhinoCommon API
BrepVertexListItem Property |
Gets the BrepVertex at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)

public BrepVertex this[ int index ] { get; }
Public ReadOnly Default Property Item ( index As Integer ) As BrepVertex Get
Parameters
- index
- Type: SystemInt32
Index of BrepVertex to access.
Return Value
Type: BrepVertexThe BrepVertex at [index].

Exception | Condition |
---|---|
IndexOutOfRangeException | Thrown when the index is invalid. |

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14