pyvista.plotting.mapper._BaseMapper.bounds# property _BaseMapper.bounds: Tuple[int | float, int | float, int | float, int | float, int | float, int | float][ソース]# このマッパーの境界を返します. 例 >>> import pyvista as pv >>> mapper = pv.DataSetMapper(dataset=pv.Cube()) >>> mapper.bounds (-0.5, 0.5, -0.5, 0.5, -0.5, 0.5)