Skip to main content
Ctrl+K
Logo image

Site Navigation

  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras

Site Navigation

  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras

Section Navigation

API Reference

  • Core API
  • Plotting
    • Plotting
    • PyVista and PyQt
    • Themes
    • Trame
    • pyvista.Actor
    • pyvista.Axes
    • pyvista.AxesActor
    • pyvista.CameraPosition
    • pyvista.CubeAxesActor
    • pyvista.DataSetMapper
    • pyvista.LookupTable
    • pyvista.Plotter
    • pyvista.Property
    • pyvista.Renderer
    • pyvista.plotting.mapper._BaseMapper
      • pyvista.plotting.mapper._BaseMapper.copy
      • pyvista.plotting.mapper._BaseMapper.update
      • pyvista.plotting.mapper._BaseMapper.array_name
      • pyvista.plotting.mapper._BaseMapper.bounds
      • pyvista.plotting.mapper._BaseMapper.color_mode
      • pyvista.plotting.mapper._BaseMapper.interpolate_before_map
      • pyvista.plotting.mapper._BaseMapper.lookup_table
      • pyvista.plotting.mapper._BaseMapper.scalar_map_mode
      • pyvista.plotting.mapper._BaseMapper.scalar_range
      • pyvista.plotting.mapper._BaseMapper.scalar_visibility
    • pyvista.plotting.opts.InterpolationType
    • pyvista.plotting.opts.RepresentationType
    • pyvista.plotting.opts.ElementType
    • pyvista.plotting.volume.Volume
    • pyvista.plotting.volume_property.VolumeProperty
    • pyvista.CompositePolyDataMapper
    • pyvista.CompositeAttributes
    • pyvista.BlockAttributes
    • Charts
    • pyvista.plotting.widgets.WidgetHelper
    • pyvista.plotting.widgets.AffineWidget3D
    • pyvista.plotting.picking.PickingHelper
    • Convenience Functions
  • Utilities
  • Readers
  • Examples
  • API Reference
  • pyvista.plotting.mapper._BaseMapper
  • pyvista.plotting.mapper._BaseMapper.bounds

pyvista.plotting.mapper._BaseMapper.bounds#

property _BaseMapper.bounds: Tuple[float | int | number, float | int | number, float | int | number, float | int | number, float | int | number, float | int | number][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)
On this page
  • _BaseMapper.bounds
Edit on GitHub

© Copyright 2017-2023, The PyVista Developers.

Built with the PyData Sphinx Theme 0.13.3.