Click or drag to resize

AABBPoints Property

返回用户文档首页
获取表示AABB的顶点数组。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Vec3[] Points { get; }

Property Value

Vec3
返回一个包含AABB所有顶点的Vec3数组。
See Also