attribute component

Sets component attributes.

Syntax

attribute component hideid argument

attribute component shaded argument

attribute component shadedfeaturelines argument

attribute component shadedmeshlines argument

attribute component showid argument

attribute component transparent argument

attribute component wireframe argument

Arguments

hideid
Hide component IDs.
all
Hide all component IDs.
marked
Hide marked component IDs.
sset
Hide component IDs in a selection set.
<range>
Hide a range of component IDs (<id>, <id>, <id>-<id>).
<name>
Select a component from the list to apply the attribute to.
shaded
Shade components.
all
Set all components to be shaded.
marked
Set marked components to be shaded.
sset
Set components in a selection set to be shaded.
range
Set a range of components to be shaded (<id>, <id>, <id>-<id>).
<name>
Select a component to be shaded from the list.
shadedfeaturelines
Display the component(s) with shaded elements and feature lines.
all
Set all components to shaded with feature lines.
marked
Set marked components to shaded with feature lines.
sset
Set components in a set to shaded with feature lines.
range
Set a range of components by ID to shaded with feature lines.
<name>
Select a component from the list to apply the attribute to.
shadedmeshlines
Display the component(s) with shaded elements and mesh lines.
all
Set all components to shaded with mesh lines.
marked
Set marked components to shaded with mesh lines.
sset
Set components in a set to shaded with mesh lines.
range
Set a range of components by ID to shaded with mesh lines.
<name>
Select a component from the list to apply the attribute to.
showid
Show component IDs.
all
Show all component IDs.
marked
Show marked component IDs.
sset
Show component IDs in a set.
range
Show a range of component IDs.
<name>
Select a component from the list to apply the attribute to.
transparent
Set the transparency of a component(s).
all
Set all components to transparent.
marked
Set marked components to transparent.
sset
Set components in a set to transparent.
range
Set a range of component IDs to transparent.
<name>
Select a component from the list to apply the attribute to.
wireframe
Display the component(s) as wireframe.
all
Set all components to wireframe.
marked
Set marked components to wireframe.
sset
Set components in a set to wireframe.
range
Set a range of component IDs to wireframe.
<name>
Select a component from the list to apply the attribute to.

Examples

Hide component ID examples:
attribute component hideid all
attribute component hideid marked
attribute component hideid sset "0D Set"
attribute component hideid 1-64
attribute component hideid "BEAM: DRIVE-SHAFT"
Shaded component examples:
attribute component shaded all
attribute component shaded marked
attribute component shaded sset "1D Set"
attribute component shaded 4,6
attribute component shaded "SHELL:       BRAKE-ASSEMBLY-FR.1"
Shaded with feature lines examples:
attribute component shadedfeaturelines all
attribute component shadedfeaturelines marked
attribute component shadedfeaturelines sset Set_12
attribute component shadedfeaturelines 42
attribute component shadedfeaturelines "SHELL:       BUMPER"
Shaded with mesh lines examples:
attribute component shadedmeshlines all
attribute component shadedmeshlines marked
attribute component shadedmeshlines sset Set_2
attribute component shadedmeshlines 7
attribute component shadedmeshlines "SHELL:       TIRE-FRONT-RIGHT"
Show component ID examples:
attribute component showid all
attribute component showid marked
attribute component showid sset Set_10
attribute component showid 1-64
attribute component showid 5,7,9
attribute component showid "SHELL:       HOOD"
Component transparency examples:
attribute component transparent all
attribute component transparent marked
attribute component transparent sset Set_5.1
attribute component transparent 42,57-58
attribute component transparent "BEAM: ROLL-BAR"
Component as wireframe examples:
attribute component wireframe all
attribute component wireframe marked
attribute component wireframe sset Set_11
attribute component wireframe 9,42,57
attribute component wireframe "SHELL: DOOR-RIGHT"