pyvista.CompositeFilters.outline_corners#

CompositeFilters.outline_corners(factor=0.2, nested=False, progress_bar=False)[source]#

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

Parameters:
factorfloat, default: 0.2

Controls the relative size of the corners to the length of the corresponding bounds.

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 outlined corners.