[Part Design] fix refine feature in Hole feature

This commit is contained in:
mwganson
2020-06-01 20:19:53 -05:00
committed by wwmayer
parent 369f860998
commit 11f9c249e7

View File

@@ -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() );
}