Merge pull request #15501 from bgbsww/bgbsww-toponamingSaveRestore4

Toponaming: Transfer in getLinksTo
This commit is contained in:
Chris Hennes
2024-07-22 11:23:12 -05:00
committed by GitHub
13 changed files with 536 additions and 29 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) {