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:
Kacper Donat
2025-11-23 23:09:20 +01:00
parent 4cbf10f045
commit 527b2de560

View File

@@ -153,6 +153,8 @@ App::DocumentObjectExecReturn* Boolean::execute()
}
}
result.bakeInTransform();
result = refineShapeIfActive(result);
if (!isSingleSolidRuleSatisfied(result.getShape())) {