pyvista.plotting.mapper._BaseMapper.bounds# property _BaseMapper.bounds: pyvista.BoundsLike[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)