Click or drag to resize

OBBPointsW Property

返回用户文档首页
获取以世界坐标表示的OBB的顶点数组。

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

Return Value

Vec3
世界坐标中OBB的顶点数组。
See Also