Click or drag to resize
SoColorHighlightRenderActionSetColor Method

Sets the color of the highlight.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetColor(
	SbColor c
)

Parameters

c
Type: OIV.InventorSbColor
Remarks

Default is red (1,0,0). The application is responsible for forcing a redraw of the scene to see the effects of this change.

See Also