select_default#

material.select_default() int#

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

Examples:
ensight.material.select_default()
ensight.part.modify_begin()
ensight.material.type("domain")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error