Click or drag to resize
SoHaloHighlightRenderActionSetHaloAlwaysVisible Method

Defines whether or not the halo can be seen through objects that are placed in front of selected shapes.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetHaloAlwaysVisible(
	bool alwaysVisible
)

Parameters

alwaysVisible
Type: SystemBoolean
Remarks

Default is false.

The following images shows an example of halo highlighting with alwaysVisible set to false and true:

alwaysVisible = false alwaysVisible = true

See Also