-
I find Mmg tremendously useful, especially its 3D mesh optimization feature. Perhaps it could be made even more useful if more than Gmsh and Medit files would be accepted. Wrapping your functions into…
-
In Pygfx there's a few places where we support data to be loaded with external libraries. In particular:
* in `geometries/_compat.py` for converting external geometry to pygfx geometry.
* In `materi…
-
Check out [meshio](https://github.com/nschloe/meshio) -- I think it already supports most of what PyEVTK does.
-
Hello @prascle , @asmaloney
I wanted to know if you have ever tested https://github.com/asmaloney/MeshIO with cloudComPy ?
Is it a plugin embeeded in the package or should I add that plugin manua…
-
Coreform Cubit can write mesh files in NASTRAN format, I have created a simple translation tool to go from NASTRAN to GMSH, which meshmode can already read, but it would be better to directly read in …
-
@rc, do you have an idea what could cause this warning?
```
sfepy/tests/test_meshio.py ..... [100%…
-
Pyvista (#40) depends on meshio, and meshio can import and export all the things (STL, VTK, VTU, tecplot...). Meshio also has a ParaView plugin!! Going this route could probably simplify our code, exp…
-
Since trimesh has the load function that can leverage the 'meshio' package automatically if the desired file type is not supported natively by trimesh. Is there any function in trimesh to write or exp…
-
On Windows, the absolute path to the h5 file in the XDMF file causes problems.
also see: https://github.com/nschloe/meshio/issues/302
-
## 🐛 Bug
The current implementation of the `off` reader is not compatible with [meshio](https://pypi.org/project/meshio/) `off` writer.
## To Reproduce
Steps to reproduce the behavior:
1…