select_mainpartlist_all#
- part.select_mainpartlist_all() int #
Causes all parts in the main part list to be highlighted. Note that this does NOT cause the parts to be selected as the target for future part: commands.
To make the highlighted parts the currently selected parts, use part: get_mainpartlist_select or part: select_all.- Examples:
ensight.part.select_mainpartlist_all() ensight.part.get_mainpartlist_select() ensight.part.modify_begin() ensight.part.colorby_rgb(1,0,0) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error