pyvista.MultiBlock.get_data_range#

MultiBlock.get_data_range(name: str, allow_missing: bool = False) Tuple[float, float][source]#

Get the min/max of an array given its name across all blocks.

Parameters:
namestr

Name of the array.

allow_missingbool, default: False

Allow a block to be missing the named array.

Returns:
tuple

(min, max) of the named array.