Click or drag to resize

LineHasIntersect Method

返回用户文档首页
检查当前线段是否与另一个线段相交。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public bool HasIntersect(
	Line otherLine
)

Parameters

otherLine  Line
另一个线段。

Return Value

Boolean
如果两线段相交,则返回true;否则返回false。
See Also