Skip to content

Methods_T_Rhino_Geometry_MeshNgon

Will Pearson edited this page Aug 12, 2016 · 1 revision

MeshNgon Methods

The MeshNgon type exposes the following members.

Methods

 

Name Description
Public method BoundaryVertexIndexList Get the ngon's outer boundary mesh vertex list.
Public method CompareTo 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.
Public methodStatic member Create Constructs an ngon from lists of mesh vertex and face indexes.
Public method Equals(Object) Determines if otherObj is a MeshNgon and is identical to this ngon. (Overrides Object.Equals(Object).)
Public method Equals(MeshNgon) Determines if this ngon and otherNgon are identical.
Public method FaceIndexList Get the ngon's mesh face index list.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns a runtime-stable hashcode for the current mesh ngon. You are not allowed to rely on persistance of this hashcode in serialization, but for each instance of the application, this hashcode will be the same for ngons with identical vertex and face lists. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Set Set the ngon vertex and face index lists.
Public method ToString Returns a string representation for this MeshNgon. This is to provide a meaningful visualization of this structure and is subject to change in newer releases. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

MeshNgon Class
Rhino.Geometry Namespace

Clone this wiki locally