VolumetricExternalFile# class ansys.stk.core.stkobjects.VolumetricExternalFile# Bases: IVolumetricGridDefinition Class defining the volume external file. Overview# Methods reload Reload volume external file. Properties filename Path and file name of volume external file. Import detail# from ansys.stk.core.stkobjects import VolumetricExternalFile Property detail# property VolumetricExternalFile.filename: str# Path and file name of volume external file. Method detail# VolumetricExternalFile.reload(self) → None# Reload volume external file. Returns: None