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.

UnstructuredGridFilters.reconstruct_surface([...])

Reconstruct a surface from the points in this dataset.

UnstructuredGridFilters.subdivide_tetra()

Subdivide each tetrahedron into twelve tetrahedrons.