MeshFaceListGetFace Method |
Rhino 5 for Windows
Returns the mesh face at the given index.
Namespace: Rhino.Geometry.CollectionsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic MeshFace GetFace(
int index
)
Public Function GetFace (
index As Integer
) As MeshFace
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.
Return Value
Type:
MeshFaceThe mesh face at the given index on success or MeshFace.Unset if the index is out of range.
See Also