Click or drag to resize
SoSelectionToggle Method
Overload List
  NameDescription
Public methodToggle(SoNode)

Toggles the selection status of the passed node by creating a path to it, then calling toggle(path) .

Public methodToggle(SoPath)

Toggles the selection status of the passed path - if the path is in the selection list, it is removed; if not in the list, it is added.

Top
See Also