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.
- 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.
- shadedmeshlines
- Display the component(s) with shaded elements and mesh lines.
- showid
- Show component IDs.
- transparent
- Set the transparency of a component(s).
- wireframe
- Display the component(s) as wireframe.
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"
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"
attribute component shadedfeaturelines all
attribute component shadedfeaturelines marked
attribute component shadedfeaturelines sset Set_12
attribute component shadedfeaturelines 42
attribute component shadedfeaturelines "SHELL: BUMPER"
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"
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"
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"
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"