Click or drag to resize
SoHaloHighlightRenderActionSetHaloSmoothFactor Method

Defines the amount of alpha attenuation of the halo contour.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetHaloSmoothFactor(
	float smoothFactor
)

Parameters

smoothFactor
Type: SystemSingle
Remarks

Default is 0. The value will be clamped between 0 and 1.

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

smoothFactor = 0 smoothFactor = 0.33 smoothFactor = 0.66 smoothFactor = 1

See Also