Newer
Older

Christophe Geuzaine
committed
import gmsh

Christophe Geuzaine
committed
gmsh.initialize()

Christophe Geuzaine
committed

Christophe Geuzaine
committed
# load step file
path = os.path.dirname(os.path.abspath(__file__))
gmsh.open(os.path.join(path, 'as1-tu-203.stp'))