begin_step#
- savegeom.begin_step(p0: int) int #
Specify the beginning/ending time step for exporting the selected part(s) and active variable(s).
- Args:
- p0:
‘step’ the beginning/ending time step in the range I[0,n], where n is the last time step
- Examples:
ensight.part.select_all() ensight.savegeom.format("case") ensight.savegeom.binary("ON") ensight.savegeom.single_file("OFF") ensight.savegeom.begin_step(0) ensight.savegeom.end_step(16) ensight.savegeom.step_by(1) ensight.savegeom.save_geometric_entities("/tmp/file_prefix")
- Returns:
zero on success, non-zero on error