VolumetricAdvancedSettings ========================== .. py:class:: ansys.stk.core.stkobjects.VolumetricAdvancedSettings Class defining the volumetric Computed Data Save options. .. py:currentmodule:: VolumetricAdvancedSettings Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricAdvancedSettings.recompute_automatically` - Automatically recompute data. * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricAdvancedSettings.save_computed_data_type` - Get save computed data type. A member of the VolumetricSaveComputedDataType enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricAdvancedSettings Property detail --------------- .. py:property:: recompute_automatically :canonical: ansys.stk.core.stkobjects.VolumetricAdvancedSettings.recompute_automatically :type: bool Automatically recompute data. .. py:property:: save_computed_data_type :canonical: ansys.stk.core.stkobjects.VolumetricAdvancedSettings.save_computed_data_type :type: VolumetricSaveComputedDataType Get save computed data type. A member of the VolumetricSaveComputedDataType enumeration.