TrimeshReader#
- class polpo.preprocessing.mesh.io.TrimeshReader[source]#
Bases:
PreprocessingStep
Read file.
Uses load_mesh ( https://trimesh.org/trimesh.exchange.load.html#trimesh.exchange.load.load_mesh ) if supported format, which is very limited.
If not supported format, goes through pyvista. Particularly relevant for vtk Polydata, otherwise meshio could have been used.