SoLocateHighlightTurnOffCurrentHighlight Method |
This will de-highlight the currently highlighted node if any.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void TurnOffCurrentHighlight(
SoGLRenderAction action
)
Public Shared Sub TurnOffCurrentHighlight (
action As SoGLRenderAction
)
public:
static void TurnOffCurrentHighlight(
SoGLRenderAction^ action
)
static member TurnOffCurrentHighlight :
action : SoGLRenderAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoGLRenderAction
Remarksthis should be called when the cursor leaves a window or a mode changes happen which would prevent a highlighted node from receiving more mouse motion events. The GL render action used to render into that window needs to be passed to correctly un-highlight.
See Also