M_Rhino_Geometry_MeshFace_GetHashCode - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace.GetHashCode 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) Version: Rhino 6.0

Syntax

C#

public override int GetHashCode()

VB

Public Overrides Function GetHashCode As Integer

Return Value

Type: Int32
A non-unique integer that represents this mesh face.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshFace Structure
GetHashCode Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️