select_begin#
- logo.select_begin(*args, **kwargs) Any #
Selects one or more logos in the graphics window as the target for future logo: commands
Using these commands is equivalent to selecting logos by clicking on them in the graphics window with the CTRL key held down.- Args:
- p0:
‘indexN’ up to a maximum of 10 values per line
- Examples:
ensight.logo.select_begin(1,2) # WARNING: following line includes OBSOLETE call (ensight.logo.rgb). ensight.logo.rgb(1,0,0)
- Returns:
zero on success, non-zero on error