Click or drag to resize
SoBoxHighlightRenderActionApply Method
Overload List
  NameDescription
Public methodApply(SoNode)

This renders the passed scene graph, and also renders wireframe boxes around selected objects as specified by the first SoSelection node found in the scene graph.

(Overrides SoActionApply(SoNode).)
Public methodApply(SoPath)

Applies action to the graph defined by a path.

(Overrides SoActionApply(SoPath).)
Public methodApply(SoPathList)
Calls Apply(pathList, false).
Public methodApply(SoPathList, Boolean)

Applies action to the graph defined by a path list.

(Overrides SoActionApply(SoPathList, Boolean).)
Top
See Also