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