Re: [Gmsh] 3D Volume from 2D Mesh via python program

2020-07-03 Thread Christophe Geuzaine
Dear Keith, Please send something that we can test; in this case a working script together with the STL file. Or if the STL file is confidential, at least send a log of the terminal output. And if you don't have output on a terminal, then use the logger API - see e.g. tutorial/python/t16.py.

[Gmsh] 3D Volume from 2D Mesh via python program

2020-07-03 Thread Keith Sloan
Hi I am trying to remesh an STL file to create a Tetrahderon. My code looks like based on info on the web SaimaSafdar commented on 2 Sep 2019 • edited by nschloe I used the gmsh-api for python https://gitlab.onelab.info/gmsh/gmsh/blob/master/README.txt The code I used is below for the gmsh-api