RhinoCommon API
MeshFaceCompareTo Method |
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.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public int CompareTo( MeshFace other )
Public Function CompareTo ( other As MeshFace ) As Integer
Parameters
- other
- Type: Rhino.GeometryMeshFace
The other MeshFace to use in comparison.
Return Value
Type: Int320: if this is identical to other
-1: if this < other. Priority is for index of corner A first, then B, then C, then D.
+1: otherwise.
Implements
IComparableTCompareTo(T)
Rhino for Windows
Supported in: 6.8