Part: Cross-section, fix issue with using Links that have been scaled and/or transformed

This commit is contained in:
mwganson
2022-04-12 19:47:52 -05:00
committed by Uwe
parent 377b88ec37
commit 79cc738786

View File

@@ -200,7 +200,7 @@ void CrossSections::apply()
std::vector<App::DocumentObject*> obj;
for (std::vector<App::DocumentObject*>::iterator it = docobjs.begin(); it != docobjs.end(); ++it){
if (!Part::Feature::getTopoShape(*it).isNull()) {
obj.push_back((*it)->getLinkedObject());
obj.push_back((*it));
}
}