MeshParty icon indicating copy to clipboard operation
MeshParty copied to clipboard

Interoperability with PyVista

Open banesullivan opened this issue 5 years ago • 1 comments

Would it make sense to build interoperability between MeshParty and PyVista? Maybe for 3D viz at the least?

I see you already have a VTK dependency... PyVista is simply a wrapper/helper library for VTK mesh/grid types that has full support for 3D rendering, analysis, and filtering.

banesullivan avatar Aug 19 '19 21:08 banesullivan

yes I think that I would like to basically remove much of what is in trimesh_vtk and replace it with pyvista and/or vtk plotter style commands. Certainly maintaining multiple implementation of numpy>vtk representations doesn't make sense.

fcollman avatar Aug 30 '19 23:08 fcollman