M_Rhino_Geometry_MeshNgon_CompareTo - mcneel/rhinocommon-api-docs GitHub Wiki
Compares this MeshNgon with otherNgon and returns a value of 1, 0, or -1. Priority is for vertex count, then face count, then vertex index list values, then face index list values.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int CompareTo(
MeshNgon otherNgon
)
VB
Public Function CompareTo (
otherNgon As MeshNgon
) As Integer
- otherNgon
- Type: Rhino.Geometry.MeshNgon
The other MeshNgon to use in comparison.
Type: Int32
0: if this is identical to otherNgon
-1: if this < otherNgon.
+1: if this > otherNgon.
Supported in: 6.0.16224.21491