pyvista.CompositeFilters#
- class CompositeFilters(*args, **kwargs)[source]#
An internal class to manage filters/algorithms for composite datasets.
Methods
CompositeFilters.combine
([merge_points, ...])Combine all blocks into a single unstructured grid.
Extract the surface the geometry of all blocks.
CompositeFilters.generic_filter
(function, /, ...)Apply any filter to all nested blocks recursively.
CompositeFilters.outline
([generate_faces, ...])Produce an outline of the full extent for the all blocks in this composite dataset.
CompositeFilters.outline_corners
([factor, ...])Produce an outline of the corners for the all blocks in this composite dataset.