Part: Cross-section, fix issue with using Links that have been scaled and/or transformed
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user