MeshFaceGetHashCode Method |
Returns a runtime-stable hashcode for the current mesh face.
You are not allowed to rely on persistance of this hashcode in
serialization, but for each version of RhinoCommon, this hashcode
will be the same for each mesh face.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Type:
Int32A non-unique integer that represents this mesh face.
Version InformationRhino for Windows
Supported in: 6.8
See Also