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 SoHighlightRenderActionApply(SoNode).)
Public methodApply(SoPath)

Initiates an action on the graph defined by a path.

(Inherited from SoGLRenderAction.)
Public methodApply(SoPathList)
Calls Apply(pathList, false).
(Inherited from SoGLRenderAction.)
Public methodApply(SoPathList, Boolean)

Initiates an action on the graph defined by a list of paths.

(Inherited from SoGLRenderAction.)
Top
See Also