select_default#
- part.select_default() int #
Causes any following part editing commands to affect the default settings for all parts belonging to the part type of the next edit command.
All part editing commands following part: select_default will affect default settings until a new part is selected using part: select_begin/select_end.- Examples:
ensight.part.select_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