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