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: namestrName of the array. allow_missingbool, default: FalseAllow a block to be missing the named array. Returns: tuple(min, max) of the named array.