select_showing#

part.select_showing() int#

Causes all parts showing parts 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_showing()
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