Arch: Fixed wrong extrusion of multisolid structures

This commit is contained in:
Yorik van Havre
2018-12-05 13:02:48 -02:00
parent 7159d38e82
commit 47fd9d335e

View File

@@ -549,7 +549,7 @@ class _Structure(ArchComponent.Component):
else:
pli = pla[-1].copy()
shi.Placement = pli.multiply(shi.Placement)
extv = pli.Rotation.multVec(evi)
extv = pla[0].Rotation.multVec(evi)
if obj.Tool:
try:
shi = obj.Tool.Shape.copy().makePipe(obj.Base.Shape.copy())