VolumetricGraphics3DSpatialCalculationLevels#
- class ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevels#
Class defining Spatial Calculation Levels for Volumetric Object.
Overview#
Show or hide Spatial Calculation Boundary Levels. |
|
Access and manipulate the collection of Spatial Calculation Boundary Levels for Volumetric object. |
|
Show or hide Fill Levels. |
|
Get or set Display Colors Outside MinMax. |
|
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.