FEM: netgen mesh obj, make it a norecompute obj

This commit is contained in:
Bernd Hahnebach
2019-01-14 06:15:52 +01:00
committed by wmayer
parent e2c7c42e7b
commit d067cb64e4

View File

@@ -40,7 +40,8 @@ PROPERTY_SOURCE(Fem::FemMeshObject, App::GeoFeature)
FemMeshObject::FemMeshObject()
{
ADD_PROPERTY_TYPE(FemMesh,(), "FEM Mesh",Prop_None,"FEM Mesh object");
ADD_PROPERTY_TYPE(FemMesh,(), "FEM Mesh",Prop_NoRecompute,"FEM Mesh object");
// in the regard of recomputes see: https://forum.freecadweb.org/viewtopic.php?f=18&t=33329#p279203
}
FemMeshObject::~FemMeshObject()