Skip to content

Methods_T_Rhino_Geometry_MeshFace

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFace Methods

The MeshFace type exposes the following members.

Methods

 

Name Description
Public method CompareTo Compares this MeshFace with another MeshFace and returns a value of 1, 0, or -1, referring to dictionary order. Index evaluation priority is first A, then B, then C, then D.
Public method Equals(Object) Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method Equals(Object) Returns a value indicating whether the other object obj has precisely the same value as the current one. (Overrides ValueType.Equals(Object).)
Public method Equals(MeshFace) Returns a value indicating whether the other mesh face has precisely the same value as the current one.
Public method Flip Reverses the orientation of the face by swapping corners. The first corner is always maintained.
Public method GetHashCode() Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetHashCode() Returns a runtime-stable hashcode for the current mesh face. You are not allowed to rely on persistance of this hashcode in serialization, but for each version of RhinoCommon, this hashcode will be the same for each mesh face. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValid() Gets a value indicating whether or not this mesh face is considered to be valid. Note that even valid mesh faces could potentially be invalid in the context of a specific Mesh, if one or more of the corner indices exceeds the number of vertices on the mesh. If you want to perform a complete validity check, use IsValid(int) instead.
Public method IsValid(Int32) Gets a value indicating whether or not this mesh face is considered to be valid. Unlike the simple IsValid function, this function takes upper bound indices into account.
Public method IsValid(Point3d[]) Gets a value indicating whether or not this mesh face is considered to be valid. Unlike the simple IsValid function, this function takes actual point locations into account.
Public method Repair Attempts to repair this mesh face by taking both face indexes and actual vertex locations into account.
Public method Set(Int32, Int32, Int32) Sets all the corners for this face as a triangle.
Public method Set(Int32, Int32, Int32, Int32) Sets all the corners for this face as a quad.
Public method ToString() Returns the fully qualified type name of this instance. (Inherited from ValueType.)
Public method ToString() Returns a string representation for this MeshFace. This is to provide a meaningful visualization of this structure and is subject to change in newer releases. (Overrides ValueType.ToString().)
  Back to Top

See Also

Reference

MeshFace Structure
Rhino.Geometry Namespace

Clone this wiki locally