MeshFaceCompareTo Method |
Index evaluation priority is first A, then B, then C, then D.
Namespace: Rhino.Geometry
public int CompareTo( MeshFace other )
Public Function CompareTo ( other As MeshFace ) As Integer
0: 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.