pyvista.CompositeFilters.outline

pyvista.CompositeFilters.outline#

CompositeFilters.outline(
generate_faces: bool = False,
nested: bool = False,
progress_bar: bool = False,
)[source]#

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

Parameters:
generate_facesbool, default: False

Generate solid faces for the box.

nestedbool, default: False

If True, these creates individual outlines for each nested dataset.

progress_barbool, default: False

Display a progress bar to indicate progress.

Returns:
pyvista.PolyData

Mesh containing the outline.