SoBoxHighlightRenderActionSetColor Method |
Sets the color of the highlight.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetColor(
SbColor c
)
Public Sub SetColor (
c As SbColor
)
public:
void SetColor(
SbColor c
)
member SetColor :
c : SbColor -> unit
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