Click or drag to resize

OBBIntersects(Line) Method

返回用户文档首页
计算包围盒与给定直线是否相交

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public bool Intersects(
	Line line
)

Parameters

line  Line
直线

Return Value

Boolean
是否相交
See Also