-
Hello do you know how to solidify a 3d mesh? I don't want to have the empty space. Thank you!
-
Hello,
it seems that heat geodesic is implemented only for triangular meshes. Is there any implementation plan for tetrahedral meshes?
thanks,
Petr Henyš
-
How can I visualize a medit file? I used TetView software for visualization, but I can't see any results. However, I can see the results when using the .mesh format file generated by Tetgen. Do I need…
-
- research about mesh formats produced by:
- netgen (want to use in geomop)
- feflow: tetgen (_.smesh, *.surface), triangle mesh 3d (_.mesh)
- implement readers for new formats
-
I spent a little more time looking into how to add points to the mesh, and appears that using `insert_points` (see #60, #68, and #69) may be unnecessary.
In section 5.1.1 of the TetGen manual, it m…
-
Now I only have some point saved by a .ply file, and I want to use the pytetgen to generate the tetrahedra and visualize.Is it possible?
-
Right now, tetgen [does not expose](https://github.com/pyvista/tetgen/blob/main/tetgen/cython/tetgen/_tetgen.pyx) advanced attributes of the [`tetgenio` class](https://wias-berlin.de/software/tetgen/1…
-
Dear RingmeshTeam,
I used Ringmesh for converting a GOCAD *.ml file to a FEFLOW *.fem file using Tetgen, which worked perfectly fine. However after opening the *.fem file with FEFLOW there are no f…
-
```
How to reproduce:
$ hg up 2aed0ddfa79e
apply this patch (to make the mesh faster to generate):
$ hg di
diff -r 2aed0ddfa79e convert.py
--- a/convert.py Thu Jun 26 13:58:01 2008 +0200
+++ b/c…
-
Hi :)
I generated a tetrahedral mesh like this
`tetgenout = tetgenpy.tetrahedralize("", plc.to_tetgenio())`
now i'm wondering what a good way is to save the mesh in `tetgenout` to file?
Cheers…