PartDesign: Bake in geometry transform after boolean
This bakes in transform into geometry after boolean to ensure that regardless of parameters the result of boolean operation is the same.
This commit is contained in:
@@ -153,6 +153,8 @@ App::DocumentObjectExecReturn* Boolean::execute()
|
||||
}
|
||||
}
|
||||
|
||||
result.bakeInTransform();
|
||||
|
||||
result = refineShapeIfActive(result);
|
||||
|
||||
if (!isSingleSolidRuleSatisfied(result.getShape())) {
|
||||
|
||||
Reference in New Issue
Block a user