VolumetricGraphics3DSpatialCalculationLevels ============================================ .. py:class:: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels Class defining Spatial Calculation Levels for Volumetric Object. .. py:currentmodule:: VolumetricGraphics3DSpatialCalculationLevels Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.show_boundary_levels` - Show or hide Spatial Calculation Boundary Levels. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.boundary_levels` - Access and manipulate the collection of Spatial Calculation Boundary Levels for Volumetric object. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.show_fill_levels` - Show or hide Fill Levels. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.display_colors_outside_minimum_maximum` - Get or set Display Colors Outside MinMax. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.fill_levels` - Access and manipulate the collection of Spatial Calculation Fill Levels for Volumetric object. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricGraphics3DSpatialCalculationLevels Property detail --------------- .. py:property:: show_boundary_levels :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.show_boundary_levels :type: bool Show or hide Spatial Calculation Boundary Levels. .. py:property:: boundary_levels :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.boundary_levels :type: VolumetricGraphics3DSpatialCalculationLevelCollection Access and manipulate the collection of Spatial Calculation Boundary Levels for Volumetric object. .. py:property:: show_fill_levels :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.show_fill_levels :type: bool Show or hide Fill Levels. .. py:property:: display_colors_outside_minimum_maximum :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.display_colors_outside_minimum_maximum :type: bool Get or set Display Colors Outside MinMax. .. py:property:: fill_levels :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels.fill_levels :type: VolumetricGraphics3DSpatialCalculationLevelCollection Access and manipulate the collection of Spatial Calculation Fill Levels for Volumetric object.