nschloe / meshio

:spider_web: input/output for many mesh formats
MIT License
1.85k stars 388 forks source link

.STL to .PLY, but points are sparse #1470

Open piw-bot opened 1 month ago

piw-bot commented 1 month ago

I edited an STL File through pyvista and I'm exporting it with meshio to .PLY because the file only contains edges. The points are sparse, is there a possibilty to get more dense points?

Pyvista visualization:

Screenshot 2024-05-08 150457

MeshIO Export to .PLY

Screenshot 2024-05-13 112647