VolumetricExportTool#

class ansys.stk.core.stkobjects.VolumetricExportTool#

The Volumetric Export Tool.

Overview#

export

Export the Volumetric data file.

export_data_format_type

Volumetric data export format type.

volume_grid_export_type

Volumetric data export format type.

include_grid_point_cartesian

Include grid point cartesian coordinates.

include_grid_point_native

Include grid point native coordinates.

include_grid_reference

Include grid point native coordinates.

Import detail#

from ansys.stk.core.stkobjects import VolumetricExportTool

Property detail#

property VolumetricExportTool.export_data_format_type: VolumetricDataExportFormatType#

Volumetric data export format type.

property VolumetricExportTool.volume_grid_export_type: VolumetricVolumeGridExportType#

Volumetric data export format type.

property VolumetricExportTool.include_grid_point_cartesian: bool#

Include grid point cartesian coordinates.

property VolumetricExportTool.include_grid_point_native: bool#

Include grid point native coordinates.

property VolumetricExportTool.include_grid_reference: bool#

Include grid point native coordinates.

Method detail#

VolumetricExportTool.export(self, file_name: str) None#

Export the Volumetric data file.

Parameters:

file_name : str

Returns:

None