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
Set the drawsize for all selection
sets:
attribute sset drawsize 5 all
Set the drawsize for only a selection set
Set_50:
attribute sset drawsize 5 Set_50
Draw style
examples:
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
Set the selection set's visibility to
true:
attribute sset visibility true Set_1
attribute sset visibility true "2D Set"