VolumetricExternalFile ====================== .. py:class:: ansys.stk.core.stkobjects.VolumetricExternalFile Bases: :py:class:`~ansys.stk.core.stkobjects.IVolumetricGridDefinition` Class defining the volume external file. .. py:currentmodule:: VolumetricExternalFile Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricExternalFile.reload` - Reload volume external file. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VolumetricExternalFile.filename` - Path and file name of volume external file. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VolumetricExternalFile Property detail --------------- .. py:property:: filename :canonical: ansys.stk.core.stkobjects.VolumetricExternalFile.filename :type: str Path and file name of volume external file. Method detail ------------- .. py:method:: reload(self) -> None :canonical: ansys.stk.core.stkobjects.VolumetricExternalFile.reload Reload volume external file. :Returns: :obj:`~None`