PD: fixes #6451: Face color of PartDesign Body not exported to STEP
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user