返回用户文档首页
检查当前线段是否与另一个线段相交。当前版本有错误,有待修正!!!
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic bool HasIntersect(
Line otherLine
)
Parameters
- otherLine Line
- 另一个线段。
Return Value
Boolean如果两线段相交,则返回true;否则返回false。
See Also