FEM: Gmsh tools, add parameter to write groups of nodes for any group

This commit is contained in:
Bernd Hahnebach
2017-11-23 06:11:57 +01:00
committed by Yorik van Havre
parent 58e8cefc56
commit cdc2260f6a
2 changed files with 9 additions and 1 deletions

View File

@@ -95,6 +95,9 @@ class _FemMeshGmsh():
obj.Algorithm3D = _FemMeshGmsh.known_mesh_algorithm_3D
obj.Algorithm3D = 'Automatic' # ?
obj.addProperty("App::PropertyBool", "GroupsOfNodes", "FEM Gmsh Mesh Params", "For each group create not only the elements but the nodes too.")
obj.GroupsOfNodes = False
def execute(self, obj):
return