VolumetricGraphics3DSpatialCalculationLevels#

class ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels#

Class defining Spatial Calculation Levels for Volumetric Object.

Overview#

show_boundary_levels

Show or hide Spatial Calculation Boundary Levels.

boundary_levels

Access and manipulate the collection of Spatial Calculation Boundary Levels for Volumetric object.

show_fill_levels

Show or hide Fill Levels.

display_colors_outside_minimum_maximum

Get or set Display Colors Outside MinMax.

fill_levels

Access and manipulate the collection of Spatial Calculation Fill Levels for Volumetric object.

Import detail#

from ansys.stk.core.stkobjects import VolumetricGraphics3DSpatialCalculationLevels

Property detail#

property VolumetricGraphics3DSpatialCalculationLevels.show_boundary_levels: bool#

Show or hide Spatial Calculation Boundary Levels.

property VolumetricGraphics3DSpatialCalculationLevels.boundary_levels: VolumetricGraphics3DSpatialCalculationLevelCollection#

Access and manipulate the collection of Spatial Calculation Boundary Levels for Volumetric object.

property VolumetricGraphics3DSpatialCalculationLevels.show_fill_levels: bool#

Show or hide Fill Levels.

property VolumetricGraphics3DSpatialCalculationLevels.display_colors_outside_minimum_maximum: bool#

Get or set Display Colors Outside MinMax.

property VolumetricGraphics3DSpatialCalculationLevels.fill_levels: VolumetricGraphics3DSpatialCalculationLevelCollection#

Access and manipulate the collection of Spatial Calculation Fill Levels for Volumetric object.