OBB(Point, Vector, Vector, Vector, Double, Double, Double) Constructor |
返回用户文档首页
根据给定输入创建一个包围盒
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic OBB(
Point center,
Vector dirX,
Vector dirY,
Vector dirZ,
double extX,
double extY,
double extZ
)
Parameters
- center Point
- 中心点
- dirX Vector
- X轴向量
- dirY Vector
- Y轴向量
- dirZ Vector
- Z轴向量
- extX Double
- X轴向跨度
- extY Double
- Y轴向跨度
- extZ Double
- Z轴向跨度
See Also