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