Skip to content

Commit

Permalink
[ArchWall] Revert comments in getExtrusionData()
Browse files Browse the repository at this point in the history
  • Loading branch information
paul lee authored and yorikvanhavre committed Jun 24, 2020
1 parent 81dd47b commit 8ff45df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/Arch/ArchWall.py
Expand Up @@ -1343,9 +1343,9 @@ def getExtrusionData(self,obj):
# dvec2 = DraftVecUtils.scaleTo(dvec,off)
# wire = DraftGeomUtils.offsetWire(wire,dvec2)

## Get the 'offseted' wire taking into account
## of Width and Align of each edge, and overall
## Offset
# Get the 'offseted' wire taking into account
# of Width and Align of each edge, and overall
# Offset
w2 = DraftGeomUtils.offsetWire(wire, dvec,
bind=False,
occ=False,
Expand Down

0 comments on commit 8ff45df

Please sign in to comment.