MeshFaceListItem Property |
Returns the mesh face at the given index.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic MeshFace this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As MeshFace
Get
Parameters
- index
- Type: SystemInt32
Index of face to get. Must be larger than or equal to zero and
smaller than the Face Count of the mesh.
Property Value
Type:
MeshFace
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also