-
```
I've attached patch to include support for abaqus 2d.
Not sure how to add files to git repos but I've attached the test meshes.
Also - please check the logic in meshio.py. I added mesh_from_tri_…
-
Hi - how can I load my own mesh created in Rhino3d?
I've tried PLY, STL, and OBJ but have not been able to get it to work.
-
Hi, not sure if this is an issue with my install method or not, but any help would be appreciated.
I'm trying to install pymeshfix in an existing conda environment in which PyVista is working fine.…
-
Hi!
I am trying to convert .msh (gmsh ascii) to .vtk file format with the simple comand:
```
meshio-convert input.msh output.vtk
```
But i getting strange result in my output file...
What should…
-
### Describe the bug, what's wrong, and what you expected.
A clipped mesh is expected to have smaller bounds than the input from which it was clipped. But, using `return_clipped` returns a mesh with …
-
```
I am trying to load a mesh written by gmesh (see attached) but it fails
because the first cell in the cells list is type 1, causing
vtk_dims[cell_types[0,0]]
raise a KeyError in meshio.py as…
-
### Describe the bug, what's wrong, and what you expected.
Expected polygon (with shapely):
![image](https://github.com/user-attachments/assets/9e83ecc9-2e5a-48b9-a305-6f666e04a910)
PyVista outpu…
-
I am generating a .mesh file with CGAL. The .mesh file saves the labels of each of the mesh points that belong to different phases.
When running the command `meshio convert input.mesh output.vtk…
-
Hi and thanks for the great tool that is meshio!
May I request a new format for unstructured mesh data to be compatible with the [FlowVC](https://shaddenlab.berkeley.edu/software.html) tool that fa…
-
In SfePy we have code for reading GAMBIT neutral files (.neu) and ANSYS CDB files (.cdb).
I can make commits to support the above (ASCII) formats in meshio, but I don't actively use ANSYS or GAMBIT,…