Volumetric#
- class ansys.stk.core.stkobjects.Volumetric#
Bases:
ISTKObject
,ILifetimeInformation
The Volumetric class.
Overview#
Set volume grid definition type, using the VolumetricDefinitionType enumeration. |
|
Compute computations for Volumetric. |
|
Clear computations for Volumetric. |
|
Volumetric export tool. |
|
Compute computations in parallel for Volumetric. |
Get Volume Grid definition type. A member of the VolumetricDefinitionType enumeration. |
|
Get Volume Grid definition. |
|
Get Volume Analysis Interval. |
|
Get Advanced options. |
|
Get the 3D Graphics properties for the volumetric object. |
Import detail#
from ansys.stk.core.stkobjects import Volumetric
Property detail#
- property Volumetric.volume_grid_definition_type: VolumetricDefinitionType#
Get Volume Grid definition type. A member of the VolumetricDefinitionType enumeration.
- property Volumetric.volume_grid_definition: IVolumetricGridDefinition#
Get Volume Grid definition.
- property Volumetric.volume_analysis_interval: VolumetricAnalysisInterval#
Get Volume Analysis Interval.
- property Volumetric.advanced: VolumetricAdvancedSettings#
Get Advanced options.
- property Volumetric.graphics_3d: VolumetricGraphics3D#
Get the 3D Graphics properties for the volumetric object.
Method detail#
- Volumetric.set_volume_grid_definition_type(self, vm_grid_calc_type: VolumetricDefinitionType) None #
Set volume grid definition type, using the VolumetricDefinitionType enumeration.
- Parameters:
vm_grid_calc_type :
VolumetricDefinitionType
- Returns:
- Volumetric.get_volumetric_export_tool(self) VolumetricExportTool #
Volumetric export tool.
- Returns:
VolumetricExportTool