select

select(nodes: list(Node), mode: SelectionMode) None

Update the active selection with a list of nodes according to the selection mode.

Parameters
  • nodes (list(Node)) – List of nodes to modify the active selection

  • mode (SelectionMode) – Selection mode, replace by default

Return type

None