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 791d6b602c
commit 8f8ba2dad0

View File

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