parameters#

savegeom.parameters(p0: str) int#

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

This can be used to provide parameters to a user-defined writer.
Args:
p0:

‘input_string’ up to 200 characters of information that will be passed into the user-defined writer selected.

Examples:
ensight.part.select_all()
ensight.savegeom.format("STL")
ensight.savegeom.parameters("test string")
ensight.savegeom.save_geometric_entities("/tmp/file_prefix")
Returns:

zero on success, non-zero on error