Toponaming: Cleanup

This commit is contained in:
bgbsww
2024-07-18 10:23:29 -04:00
parent c9232b141a
commit 5afdc19874
11 changed files with 361 additions and 69 deletions

View File

@@ -423,7 +423,7 @@ App::DocumentObject *Feature::getSubObject(const char *subname,
if (dot) {
auto body = PartDesign::Body::findBodyOf(this);
if (body) {
auto feat = body->Group.find(std::string(subname, dot));
auto feat = body->Group.findUsingMap(std::string(subname, dot));
if (feat) {
Base::Matrix4D _mat;
if (!transform) {