select_all_default#

part.select_all_default() int#

Causes any following part editing commands to affect the default settings for all parts of any type.

All part: commands following part: select_all_default will affect default settings until a new part is selected using part: select_begin/end.
Examples:
ensight.part.select_all_default()
ensight.part.modify_begin()
ensight.part.mirror_original("OFF")
ensight.part.colorby_rgb(1,0,0)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error