Click or drag to resize
SoLocateHighlightTurnOffCurrentHighlight Method

This will de-highlight the currently highlighted node if any.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public static void TurnOffCurrentHighlight(
	SoGLRenderAction action
)

Parameters

action
Type: OIV.Inventor.ActionsSoGLRenderAction
Remarks

this 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