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

@@ -170,7 +170,7 @@ App::DocumentObjectExecReturn* Helix::execute()
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception", "Error: unsupported mode"));
}
TopoDS_Shape sketchshape;
TopoDS_Shape sketchshape; // Fixme: Should this be TopoShape here and below?
try {
sketchshape = getVerifiedFace();
}