Properties_T_Rhino_Geometry_MeshFace - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace Properties

The MeshFace type exposes the following members.

Properties

 

Name Description
Public property A Gets or sets the first corner index of the mesh face.
Public property B Gets or sets the second corner index of the mesh face.
Public property C Gets or sets the third corner index of the mesh face.
Public property D Gets or sets the fourth corner index of the mesh face. If D equals C, the mesh face is considered to be a triangle rather than a quad.
Public property IsQuad Gets a value indicating whether or not this mesh face is a quad. A mesh face is considered to be a triangle when C does not equal D, thus it is possible for an Invalid mesh face to also be a quad.
Public property IsTriangle Gets a value indicating whether or not this mesh face is a triangle. A mesh face is considered to be a triangle when C equals D, thus it is possible for an Invalid mesh face to also be a triangle.
Public property Item Gets or sets the vertex index associated with an entry in this face.
Public propertyStatic member Unset Gets an Unset MeshFace. Unset faces have Int32.MinValue for all corner indices.
  Back to Top

See Also

Reference

MeshFace Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️