Click or drag to resize
SoWinRenderAreaRedrawOverlayOnSelectionChange Method

Note: This API is now obsolete.

Call this convenience method to have this render area overlay planes redraw whenever the selection list changes in the passed node.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void RedrawOverlayOnSelectionChange(
	SoSelection s
)

Parameters

s
Type: OIV.Inventor.NodesSoSelection
Remarks

This is useful if using a highlight render action like the SoBoxHighlightRenderAction to correctly render whenever the selection changes. Pass NULL to turn this off.

This call increases the ref counter of the given SoSelection node, it will be automatically decreased when the selection node is replaced by another one, or if it is turned off.Obsoletesince Open Inventor 9610 Overlay feature is legacy, and no longer makes sense with current hardware.

See Also