fix for reset the color information on changing the base mesh
This commit is contained in:
parent
2d511524ac
commit
aa6bafa222
|
@ -362,6 +362,8 @@ void ViewProviderFemMesh::updateData(const App::Property* prop)
|
|||
{
|
||||
if (prop->isDerivedFrom(Fem::PropertyFemMesh::getClassTypeId())) {
|
||||
ViewProviderFEMMeshBuilder builder;
|
||||
resetColorByNodeId();
|
||||
resetDisplacementByNodeId();
|
||||
builder.createMesh(prop, pcCoords, pcFaces, pcLines,vFaceElementIdx,vNodeElementIdx, ShowInner.getValue());
|
||||
}
|
||||
Gui::ViewProviderGeometryObject::updateData(prop);
|
||||
|
|
Loading…
Reference in New Issue
Block a user