color component

Sets the component color.

Syntax

color component <color> argument

color component <RGB> argument

Arguments

<color>
Select a color from the color palette or from the list of colors displayed.
After selecting a color, select the components to apply the color to from the following options.
all
Color all components.
displayed
Color the displayed components only.
marked
Color marked components.
<range>
Color by component ID.
select
Color entities by selection. After entering the command line, click on the model to select the entities you want to apply the color to.
sset
Color by selection set.
<RGB>
Enter RGB values to choose the color to apply to the component(s).
After selecting a color, select the components to apply the color to from the following options.
all
Color all components.
displayed
Color the displayed components only.
marked
Color marked components.
<range>
Color by component ID.
select
Color entities by selection. After entering the command line, click on the model to select the entities you want to apply the color to.
sset
Color by selection set.

Examples

Apply the color to all components:
color component Aqua all
color component 255 255 0 all
Apply the color to the displayed components:
color component Purple displayed
color component 128 255 0 displayed
Color marked components:
color component Aqua marked
color component 128 255 0 marked
Color components by ID:
color component Green 3
color component 255 200 70 35,42-43
Color entities by selection:
color component Purple select
color component 255 255 0 select
Apply the color to a selection set:
color component Purple sset Set_1.1
color component 128 255 0 sset Set_1.1