fixes 0003547: Linear pattern, mirrored and polar pattern feature not working on a hole just on pocket

This commit is contained in:
wmayer
2018-09-27 13:30:30 +02:00
parent 13b45c9c79
commit 830caf34c0

View File

@@ -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 );