diff --git a/src/Mod/PartDesign/App/FeatureHole.cpp b/src/Mod/PartDesign/App/FeatureHole.cpp index 5343d9cce7..415f436f5b 100644 --- a/src/Mod/PartDesign/App/FeatureHole.cpp +++ b/src/Mod/PartDesign/App/FeatureHole.cpp @@ -1260,7 +1260,7 @@ App::DocumentObjectExecReturn *Hole::execute(void) base = getSolid(result); if (base.IsNull()) return new App::DocumentObjectExecReturn("Hole: Resulting shape is not a solid"); - + base = refineShapeIfActive(base); builder.Add(holes, transformer.Shape() ); }