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