BaseFeature: fix unexpected placement reset
This commit is contained in:
parent
3d2dd7501d
commit
0a47852268
|
@ -176,6 +176,7 @@ class LatticeFeature(object):
|
||||||
raise ValueError('Lattice object is null')
|
raise ValueError('Lattice object is null')
|
||||||
|
|
||||||
sh = Part.makeCompound(shapes)
|
sh = Part.makeCompound(shapes)
|
||||||
|
sh.Placement = obj.Placement
|
||||||
obj.Shape = sh
|
obj.Shape = sh
|
||||||
|
|
||||||
if obj.isLattice == 'Auto-Off':
|
if obj.isLattice == 'Auto-Off':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user