OBBIntersects(Plane) Method |
返回用户文档首页
判断OBB与平面是否相交
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic bool Intersects(
Plane plane
)
Parameters
- plane Plane
- 给定平面
Return Value
Boolean是否相交
See Also