diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index 2848cd02aa..3fd2cc64a6 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -1253,7 +1253,8 @@ App::DocumentObjectExecReturn *Hole::execute(void) builder.Add(holes, transformer.Shape() ); } - holes.Move( this->getLocation().Inverted() ); + // Do not apply a placement to the AddSubShape property (#0003547) + //holes.Move( this->getLocation().Inverted() ); // set the subtractive shape property for later usage in e.g. pattern this->AddSubShape.setValue( holes );