pyvista.plotting.mapper._BaseMapper.bounds# property _BaseMapper.bounds: Tuple[int | float, int | float, int | float, int | float, int | float, int | float][source]# Return the bounds of this mapper. Examples >>> import pyvista as pv >>> mapper = pv.DataSetMapper(dataset=pv.Cube()) >>> mapper.bounds (-0.5, 0.5, -0.5, 0.5, -0.5, 0.5)