Toponaming: Cleanup verified face calls

This commit is contained in:
bgbsww
2024-05-20 16:17:38 -04:00
committed by Chris Hennes
parent d0036fa384
commit 9e2a8343a0
6 changed files with 158 additions and 136 deletions

View File

@@ -1654,7 +1654,7 @@ App::DocumentObjectExecReturn* Hole::execute()
{
TopoShape profileshape;
try {
profileshape = getVerifiedFace();
profileshape = getTopoShapeVerifiedFace();
}
catch (const Base::Exception& e) {
return new App::DocumentObjectExecReturn(e.what());