[ArchWall] Revert comments in getExtrusionData()
This commit is contained in:
committed by
Yorik van Havre
parent
81dd47b039
commit
8ff45dfb39
@@ -1343,9 +1343,9 @@ class _Wall(ArchComponent.Component):
|
||||
# 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,
|
||||
|
||||
Reference in New Issue
Block a user