OBBTransform(CoordinateSystem) Method |
返回用户文档首页
通过给定的Mat43矩阵变换此包围盒,并返回新的包围盒。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2026.0.9.24 (2026.0.9.24)
Syntaxpublic OBB Transform(
CoordinateSystem cs
)
Parameters
- cs CoordinateSystem
- 变换平面的坐标系。
Return Value
OBB返回变换后的新包围盒对象。
See Also