savegeom#

class ansys.api.pyensight.ensight_api.savegeom(session: Session)#

Class wrapper for EnSight savegeom module

This class acts as a proxy for the EnSight Python module ensight.savegeom

Methods

savegeom.begin_step(p0)

Specify the beginning/ending time step for exporting the selected part(s) and active variable(s).

savegeom.binary(p0)

Specify either binary or ASCII as the format for the exported files.

savegeom.brick_format(p0)

Specify the format of the values to write out when using brick format.

savegeom.end_step(p0)

Specify the beginning/ending time step for exporting the selected part(s) and active variable(s).

savegeom.format(p0)

Specify the export data file format for the selected part(s) and active variable(s).

savegeom.maximum_file_size(p0)

Specify the maximum file size (in MBs) for exporting time step data into single file format.

savegeom.parameters(p0)

Pass into the User-defined writer a string that can be used to modify the behavior, or supply additional parameters.

savegeom.resolution(p0, p1, p2)

Specify the Brick of Values resolution in the x, y, and z directions.

savegeom.save_geometric_entities(p0)

Specify the file name path and prefix for the selected part and active variable data to be exported.

savegeom.select_all_steps()

Specify all time step data of selected parts (geometry) and active variables to be exported to an EnSight case or VRML file(s).

savegeom.select_all_timesteps()

Savegeom: select_all_timesteps

savegeom.select_begin(*args, **kwargs)

Savegeom: select_begin

savegeom.single_file(p0)

Specify whether the selected part(s), or geometry, and each active variable will be exported to a single or to separate time step files.

savegeom.step_by(p0)

Specify the increment step by which to stride the time steps in exporting the selected part(s) and active variable(s).

savegeom.undefined(p0)

Specify the value to write out as undefined when using brick format.

savegeom.variable(p0)

Specify the name of the variable to save when using brick format.