VolumetricGraphics3DSpatialCalculationLevel =========================================== .. py:class:: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel Class defining Spatial Calculation Boundary/Fill Levels for volumetric grid. .. py:currentmodule:: VolumetricGraphics3DSpatialCalculationLevel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel.value` - Set the value for a Spatial Calculation Boundary/Fill Level. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel.color` - Set the color of a Spatial Calculation Boundary/Fill Level. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel.translucency` - Set the percent Translucency for a Spatial Calculation Boundary/Fill Level. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricGraphics3DSpatialCalculationLevel Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel.value :type: float Set the value for a Spatial Calculation Boundary/Fill Level. .. py:property:: color :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel.color :type: Color Set the color of a Spatial Calculation Boundary/Fill Level. .. py:property:: translucency :canonical: ansys.stk.core.stkobjects.VolumetricGraphics3DSpatialCalculationLevel.translucency :type: float Set the percent Translucency for a Spatial Calculation Boundary/Fill Level.