select_all#

part.select_all() int#

Selects all parts as the target for future part: commands.

Examples:
ensight.part.select_all()
ensight.part.modify_begin()
ensight.part.colorby_rgb(1,0,0)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error