pyvista.UnstructuredGridFilters#
- class UnstructuredGridFilters(*args, **kwargs)[source]#
An internal class to manage filters/algorithms for unstructured grid datasets.
Methods
UnstructuredGridFilters.clean
([tolerance, ...])Merge duplicate points and remove unused points in an UnstructuredGrid.
UnstructuredGridFilters.delaunay_2d
([tol, ...])Apply a 2D Delaunay filter along the best fitting plane.
Reconstruct a surface from the points in this dataset.
Subdivide each tetrahedron into twelve tetrahedrons.