Click or drag to resize
SoHighlightRenderActionSetVisible Method

This provides a convenient mechanism for turning highlights off or on.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetVisible(
	bool b
)

Parameters

b
Type: SystemBoolean
Remarks

When false is passed, subsequent calls to OIV.Inventor.Actions.SoHighlightRenderAction.Apply(OIV.Inventor.Nodes.SoNode) render the scene graph without rendering highlights. The application is responsible for forcing a redraw of the scene after changing this state. The default visibility is on.

See Also