binary#
- savegeom.binary(p0: str) int #
Specify either binary or ASCII as the format for the exported files.
- Args:
- p0:
‘toggle’
ON
OFF
- 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