select_default#

isos.select_default() int#

Sets the target to the default settings for subsequent attribute modifications.

Examples:
ensight.isos.select_default()
ensight.part.modify_begin()
ensight.isos.variable("temperature")
ensight.isos.value(1.0)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error