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.
- 
                            
                                
                                    - all or <name>
- Select all to apply the draw size to
                                        all sets.
- Select or enter a specific set name to apply the action only
                                        to that set.
 
- drawstyle
- Sets the drawing style for the active set.
- 
                            
                                
                                    - point
- Draw as a point. Draws the nodes in the set using 2D pixels
                                        (for Node sets only).
- shaded
- Draw as shaded. Shades the components in the active set the
                                        color currently displayed in the Color box (for Component
                                        sets only).
- sphere
- Draw as a sphere. Draws the nodes in the set using 3D pixels
                                        (for Node sets only).
- wire
- Draw as a wire. Draws a wireframe on the elements or
                                        components in the active set (for Component and Element sets
                                        only).
- all or <name>
- Select all to apply the draw style to
                                        all sets.
- Select or enter a specific set name to apply the action to
                                        only that set.
 
- visibility
- Change the selection set's visibility.
- 
                            
                                
                                    - true
- Makes the selection set visible.
- false
- Hides the selection set from view.
- all or <name>
- Select all to apply the visibility
                                        type to all sets.
- Select or enter a specific set name to apply the action to
                                        only that set.
 
 
        
        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"