Skip to content

Commit

Permalink
Arch: Fixed small mistake in last recode
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Oct 28, 2016
1 parent 65aaf16 commit 5f12a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/ArchStructure.py
Expand Up @@ -484,7 +484,7 @@ def getExtrusionData(self,obj):
if not baseface:
for w in obj.Base.Shape.Wires:
w.fix(0.1,0,1) # fixes self-intersecting wires
f = Part.Face(sh)
f = Part.Face(w)
if baseface:
baseface = baseface.fuse(f)
else:
Expand Down

0 comments on commit 5f12a79

Please sign in to comment.