attribute sset
Sets selection set attributes.
Syntax
attribute sset drawsize <integer> <all/name>
attribute sset drawstyle point|shaded|sphere|wire <all/name>
attribute sset visibility <true/false> <all/name>
Arguments
- drawsize
- Enter a value to change the thickness of the wire or the size of the point/sphere drawing for the active set.
- drawstyle
- Sets the drawing style for the active set.
- visibility
- Change the selection set's visibility.
Examples
attribute sset drawsize 5 all
attribute sset drawsize 5 Set_50
attribute sset drawstyle point Set_16
attribute sset drawstyle shaded Set_11
attribute sset drawstyle sphere Set_15
attribute sset drawstyle sphere all
attribute sset drawstyle wire Set_50
attribute sset visibility true Set_1
attribute sset visibility true "2D Set"