MeshNgonCompareTo Method |
Priority is for vertex count, then face count, then vertex index list values, then face index list values.
Namespace: Rhino.Geometry
public int CompareTo( MeshNgon otherNgon )
Public Function CompareTo ( otherNgon As MeshNgon ) As Integer
0: if this is identical to otherNgon
-1: if this < otherNgon.
+1: if this > otherNgon.