Merge pull request #4910 from Roy-043/Arch_Fix_Arch_Wall
Arch: Fix Arch_Wall: block joints where put on the wrong side of offset
This commit is contained in:
@@ -858,7 +858,7 @@ class _Wall(ArchComponent.Component):
|
||||
p2 = edge.valueAt(offset).add(p.negative())
|
||||
sh = Part.LineSegment(p1,p2).toShape()
|
||||
if obj.Joint.Value:
|
||||
sh = sh.extrude(t.multiply(obj.Joint.Value))
|
||||
sh = sh.extrude(-t.multiply(obj.Joint.Value))
|
||||
sh = sh.extrude(n)
|
||||
if i == 0:
|
||||
cuts1.append(sh)
|
||||
|
||||
Reference in New Issue
Block a user