Click or drag to resize
SoBoxHighlightRenderActionSetColor Method

Sets the color of the highlight.

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

Parameters

c
Type: OIV.InventorSbColor
Remarks

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

See Also