get_mainpartlist_select#

part.get_mainpartlist_select() int#

Causes the parts highlighted in the main part list to become the currently selected parts.

Examples:
ensight.part.get_mainpartlist_select()
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