BaseFeature: fix unexpected placement reset

This commit is contained in:
DeepSOIC 2018-08-03 15:11:21 +03:00
parent 3d2dd7501d
commit 0a47852268

View File

@ -176,6 +176,7 @@ class LatticeFeature(object):
raise ValueError('Lattice object is null')
sh = Part.makeCompound(shapes)
sh.Placement = obj.Placement
obj.Shape = sh
if obj.isLattice == 'Auto-Off':