Click or drag to resize

AABBPoints Property

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

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

Property Value

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