*GroupDrawStyle()
Specifies the draw style for a group.
Syntax
*GroupDrawStyle (style)
Application
HyperView
Inputs
- style
 - 
            
- Drawing style for the group.
 - Options include: "point", "shaded", "sphere", or "wire".
 
 
Context
*BeginDefaults()
*BeginGraphicDefaults()
Example
*BeginGraphicDefaults()
    *GroupIDVisibility(On)
    *GroupDrawSize(4)
    *GroupDrawStyle(Wire)
*EndGraphicDefaults()
      Comments
Groups are created in the Sets panel. Options are selected from the Draw style drop-down menu.