Skip to content

Commit

Permalink
FEM: netgen mesh obj, make it a norecompute obj
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Jan 14, 2019
1 parent 24f1b02 commit 767c736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Fem/App/FemMeshObject.cpp
Expand Up @@ -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()
Expand Down

0 comments on commit 767c736

Please sign in to comment.