Click or drag to resize

OBBIntersectionWith(Line) Method

返回用户文档首页
计算包围盒与直线的相交部分

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

Parameters

line  Line
直线

Return Value

LineSegment
交线部分
See Also