Toponaming/Part: Fix all getBaseTopoShape calls. Tests and missing code.

This commit is contained in:
bgbsww
2024-04-25 16:54:14 -04:00
committed by Chris Hennes
parent 93c1040d25
commit 7961e82c66
19 changed files with 791 additions and 49 deletions

View File

@@ -101,7 +101,7 @@ App::DocumentObjectExecReturn *Draft::execute()
// Base shape
Part::TopoShape TopShape;
try {
TopShape = getBaseShape();
TopShape = getBaseTopoShape();
}
catch (Base::Exception& e) {
return new App::DocumentObjectExecReturn(e.what());