Click or drag to resize

OBBGetHashCode Method

返回用户文档首页
为当前OBB实例提供一个哈希函数。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public override int GetHashCode()

Return Value

Int32
一个哈希代码,用于在哈希算法和数据结构(如哈希表)中表示当前对象。
See Also