BrepEdgeListItem Property |
Gets the BrepEdge at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic BrepEdge this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BrepEdge
Get
Parameters
- index
- Type: SystemInt32
Index of BrepEdge to access.
Return Value
Type:
BrepEdgeThe BrepEdge at [index].
Exceptions
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also