select_begin#
- part.select_begin(*args, **kwargs) Any #
Selects one or more parts as the target for future part: commands
- Args:
- p0:
‘pnN’ part number(s). Up to a maximum of 10 per line, but can use as many lines as needed.
- Examples:
ensight.part.select_begin(1,2) ensight.part.modify_begin() ensight.part.colorby_rgb(1,0,0) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error