Rebase on new Line/LineSegment code.

This commit is contained in:
Markus Lampert
2016-12-04 07:16:58 -08:00
parent b8a74a7357
commit 2f7be4f1c8
4 changed files with 89 additions and 89 deletions

View File

@@ -454,7 +454,7 @@ def findIntersection(edge1,edge2,infinite1=False,infinite2=False,ex1=False,ex2=F
return int
else:
# print("DraftGeomUtils: Unsupported curve type: (" + str(edge1.Curve) + ", " + str(edge2.Curve) + ")")
print("DraftGeomUtils: Unsupported curve type: (" + str(edge1.Curve) + ", " + str(edge2.Curve) + ")")
return []
def wiresIntersect(wire1,wire2):