Click or drag to resize

OBBIntersectionPointsWith(Line) Method

返回用户文档首页
包围盒与直线求交点

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public Point[] IntersectionPointsWith(
	Line line
)

Parameters

line  Line
直线

Return Value

Point
交点数组
See Also