FEM: Gmsh tools, add parameter to write groups of nodes for any group
This commit is contained in:
committed by
Yorik van Havre
parent
58e8cefc56
commit
cdc2260f6a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user