Click or drag to resize
SoBoxHighlightRenderActionSetVisible Method

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

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

Parameters

b
Type: SystemBoolean
Remarks

When false is passed, subsequent calls to OIV.Inventor.Actions.SoBoxHighlightRenderAction.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