pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

remove direct vtk usage #29

Closed akaszynski closed 3 years ago

akaszynski commented 3 years ago

This PR removes the direct import vtk, thus avoiding importing the entire vtk library when using VTK>=9.

Also includes some minor spelling cleanup.