FEM: gmsh tools, improve comments

This commit is contained in:
Bernd Hahnebach
2019-09-02 16:13:59 +02:00
parent 235dc0fda1
commit 8c047aed28

View File

@@ -776,8 +776,8 @@ femmesh_obj.Part = box_obj
doc.recompute()
box_obj.ViewObject.Visibility = False
from femmesh import gmshtools
gmsh_mesh = gmshtools.GmshTools(femmesh_obj)
from femmesh.gmshtools import GmshTools as gt
gmsh_mesh = gt(femmesh_obj)
error = gmsh_mesh.create_mesh()
print(error)
doc.recompute()