Click or drag to resize

OBBPointsW Property

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

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

Return Value

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