|
IBrepFaceListItem Property
|
Gets the BrepFace at the given index.
The index must be valid or an IndexOutOfRangeException will be thrown.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxIBrepFace this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IBrepFace
Get
property IBrepFace^ default[int index] {
IBrepFace^ get (int index);
}
abstract Item : IBrepFace with get
Parameters
- index
- Type: SystemInt32
Index of BrepFace to access.
Return Value
Type:
IBrepFaceThe BrepFace at [index].
See Also