Toponaming: Cleanups

This commit is contained in:
bgbsww
2024-06-27 18:21:00 -04:00
committed by Chris Hennes
parent 3dbc1d7393
commit 08859462ea
4 changed files with 0 additions and 74 deletions

View File

@@ -390,7 +390,6 @@ App::DocumentObject* Feature::getSubObject(const char* subname,
ts.setShape(ts.getShape().Located(TopLoc_Location()), false);
}
if (subname && *subname && !ts.isNull()) {
// ts = ts.getSubShape(subname); // TODO WAS THIS WRONG?
ts = ts.getSubTopoShape(subname,true);
}
if (doTransform && !ts.isNull()) {