select_all_steps#

savegeom.select_all_steps() int#

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

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

zero on success, non-zero on error