From 0a478522686c137dd981b9435ce4d3bbd65bd4d7 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Fri, 3 Aug 2018 15:11:21 +0300 Subject: [PATCH] BaseFeature: fix unexpected placement reset --- lattice2BaseFeature.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lattice2BaseFeature.py b/lattice2BaseFeature.py index 69cc2c7..486db9f 100644 --- a/lattice2BaseFeature.py +++ b/lattice2BaseFeature.py @@ -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':