PD: fixes #6451: Face color of PartDesign Body not exported to STEP

This commit is contained in:
wmayer
2022-05-24 16:42:27 +02:00
parent a05eb7c07b
commit d492ac3083
3 changed files with 20 additions and 0 deletions

View File

@@ -529,6 +529,11 @@ void Body::onDocumentRestored()
static_cast<PartDesign::Feature*>(obj)->_Body.setValue(this);
}
_GroupTouched.setStatus(App::Property::Output,true);
// trigger ViewProviderBody::copyColorsfromTip
if (Tip.getValue())
Tip.touch();
DocumentObject::onDocumentRestored();
}