Click or drag to resize
SoHaloHighlightRenderActionSetHaloWidth Method

Defines the width of the halo in pixels.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetHaloWidth(
	int width
)

Parameters

width
Type: SystemInt32
Remarks

Default is 3.

Only values greater or equal to 1 are accepted. If a value of 0 or lower is given, the effective value will be clamped to 1.

The following images shows an example of halo highlighting with different values for the halo width:

width = 1 width = 3 width = 7 width = 15

See Also