Click or drag to resize
SoExtSelectionSelect Method
Overload List
  NameDescription
Public methodSelect(SoNode)

Selects the passed node by creating a path to it, and adding the path to the selection list by calling select(path) .

(Inherited from SoSelection.)
Public methodSelect(SoPath)

Selects the passed path by adding it to the selection list.

(Inherited from SoSelection.)
Public methodSelect(SoNode, Int32, SbVec2f, SbViewportRegion, Boolean)

Simulates interactive selection starting from the root node with the given lasso contour, updating the selection list and triggering any associated delegate.

Public methodSelect(SoNode, Int32, SbVec3f, SbViewportRegion, Boolean) Obsolete.

Top
See Also