Draft: Fix Draft_Snap_Intersection for self-intersecting objects
This commit is contained in:
@@ -1005,7 +1005,7 @@ class Snapper:
|
||||
snaps = []
|
||||
if self.isEnabled("Intersection"):
|
||||
# get the stored objects to calculate intersections
|
||||
for o in self.lastObj[:-1]:
|
||||
for o in self.lastObj:
|
||||
obj = App.ActiveDocument.getObject(o)
|
||||
if obj:
|
||||
if obj.isDerivedFrom("Part::Feature") or (Draft.getType(obj) == "Axis"):
|
||||
|
||||
Reference in New Issue
Block a user