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 OIV.Inventor.Nodes.SoSelection node found in the scene graph.

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

Applies action to the graph defined by a path.

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

Applies action to the graph defined by a path list.

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