pyvista.CompositeFilters.outline#

CompositeFilters.outline(generate_faces=False, nested=False, progress_bar=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.