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

This renders the passed scene graph, and also renders highlighted selected objects as specified by the first OIV.Inventor.Nodes.SoSelection node found in the scene graph.

(Overrides SoGLRenderActionApply(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