Click or drag to resize

IntersectionLineToLine(Line, Line) Method

返回用户文档首页
判断直线与直线之间的最短连接线

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static Line LineToLine(
	Line line1,
	Line line2
)

Parameters

line1  Line
直线1
line2  Line
直线2

Return Value

Line
若不平行返回最短连接线,若平行,返回NULL
See Also