VolumetricGridSpatialCalculation ================================ .. py:class:: ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation Bases: :py:class:`~ansys.stk.core.stkobjects.IVolumetricGridDefinition` Class defining the volume grid spatial calculation. .. py:currentmodule:: VolumetricGridSpatialCalculation Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.volume_grid` - The volume grid for spatial calculations. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.use_spatial_calculation` - Flag controls whether spatial calculation is used. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.spatial_calculation` - The volume grid for spatial calculations. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.available_volume_grids` - Get the available Volume Grids. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.available_spatial_calculations` - Get the available Spatial Calculations. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricGridSpatialCalculation Property detail --------------- .. py:property:: volume_grid :canonical: ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.volume_grid :type: str The volume grid for spatial calculations. .. py:property:: use_spatial_calculation :canonical: ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.use_spatial_calculation :type: bool Flag controls whether spatial calculation is used. .. py:property:: spatial_calculation :canonical: ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.spatial_calculation :type: str The volume grid for spatial calculations. .. py:property:: available_volume_grids :canonical: ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.available_volume_grids :type: list Get the available Volume Grids. .. py:property:: available_spatial_calculations :canonical: ansys.stk.core.stkobjects.VolumetricGridSpatialCalculation.available_spatial_calculations :type: list Get the available Spatial Calculations.