[ArchWall] Fix Align Right with Multi-Material invalid case problem
This commit is contained in:
committed by
Yorik van Havre
parent
85bfe116e1
commit
bd02e1bb9d
@@ -1395,14 +1395,13 @@ class _Wall(ArchComponent.Component):
|
||||
bind=False,
|
||||
occ=False,
|
||||
widthList=curWidth,
|
||||
offsetMode=None,
|
||||
offsetMode="BasewireMode",
|
||||
alignList=aligns,
|
||||
normal=normal,
|
||||
basewireOffset=off)
|
||||
|
||||
sh = DraftGeomUtils.bind(w1,w2)
|
||||
|
||||
|
||||
#elif obj.Align == "Center":
|
||||
elif curAligns == "Center":
|
||||
if layers:
|
||||
|
||||
Reference in New Issue
Block a user