single_file#

savegeom.single_file(p0: str) int#

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

Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.part.select_all()
ensight.savegeom.format("case")
ensight.savegeom.binary("ON")
ensight.savegeom.single_file("ON")
ensight.savegeom.maximum_file_size(2147.479980)
ensight.savegeom.select_all_steps()
ensight.savegeom.save_geometric_entities("/tmp/file_prefix")
Returns:

zero on success, non-zero on error