fixes 0003547: Linear pattern, mirrored and polar pattern feature not working on a hole just on pocket
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user