CompositeFilters

CompositeFilters#

class CompositeFilters(*args, **kwargs)[source]#

An internal class to manage filters/algorithms for composite datasets.

Inheritance#

Inherited members are documented on DataObjectFilters.

Methods#

CompositeFilters.combine(*[, merge_points, ...])

Combine all blocks into a single unstructured grid.

CompositeFilters.extract_geometry()

Extract the surface the geometry of all blocks.

CompositeFilters.generic_filter(function, /, ...)

Apply any filter to all nested blocks recursively.

CompositeFilters.outline(*[, ...])

Produce an outline of the full extent for the all blocks in this composite dataset.

CompositeFilters.outline_corners(...)

Produce an outline of the corners for the all blocks in this composite dataset.