Click or drag to resize

OBBIntersects(Plane) Method

返回用户文档首页
判断OBB与平面是否相交

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public bool Intersects(
	Plane plane
)

Parameters

plane  Plane
给定平面

Return Value

Boolean
是否相交
See Also