OBB(Point, Vector, Double) Constructor |
返回用户文档首页
根据给定输入创建一个包围盒
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic OBB(
Point center,
Vector[] axises,
double[] extents
)
Parameters
- center Point
- 中心点。
- axises Vector
- XYZ三个轴向量。
- extents Double
- XYZ三个方向上的范围
See Also