Click or drag to resize
SoLineHighlightRenderActionSetVisible Method

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

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

Parameters

b
Type: SystemBoolean
Remarks

When false is passed, subsequent calls to apply() 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