group#
- part.group(p0: str) int #
Groups the currently selected parts into a group with the specified name.
- Args:
- p0:
‘groupname’ name of the group
- Examples:
ensight.part.select_begin(3,5) # WARNING: following line includes OBSOLETE call (ensight.part.group). ensight.part.group("yinyang")
- Returns:
zero on success, non-zero on error