Click or drag to resize

OBBIntersectionPointsWith(LineSegment) Method

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

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

Parameters

line  LineSegment
线段

Return Value

Point
交点数组
See Also