select_begin#
- line.select_begin(*args, **kwargs) Any #
Selects one or more lines in the graphics window as the target for future line: commands.
Using these commands is equivalent to selecting lines 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.line.select_begin(1,2) ensight.line.rgb(1,0,0)
- Returns:
zero on success, non-zero on error