SpatialAnalysisToolCalculationFile#

class ansys.stk.core.analysis_workbench.SpatialAnalysisToolCalculationFile#

Bases: ISpatialAnalysisToolSpatialCalculation, IAnalysisWorkbenchComponent

Volumetric data loaded from a specified file - A file with .h5 extension. See STK help.

Overview#

reload

Reload the volume calc file.

filename

The path of an external file that contains the volume calc data.

Import detail#

from ansys.stk.core.analysis_workbench import SpatialAnalysisToolCalculationFile

Property detail#

property SpatialAnalysisToolCalculationFile.filename: str#

The path of an external file that contains the volume calc data.

Method detail#

SpatialAnalysisToolCalculationFile.reload(self) None#

Reload the volume calc file.

Returns:

None