Properties_T_Rhino_Geometry_Collections_MeshFaceList - mcneel/rhinocommon-api-docs GitHub Wiki
The MeshFaceList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Capacity | Gets or sets the total number of mesh triangles and quads the internal data structure can hold without resizing. |
![]() |
Count | Gets or sets the number of mesh faces. |
![]() |
Item | Returns the mesh face at the given index. |
![]() |
QuadCount | Gets the number of faces that are quads (4 corners). |
![]() |
TriangleCount | Gets the number of faces that are triangles (3 corners). |