HyperWorks Desktop

*GroupDrawStyle()

Specifies the draw style for a group.

*GroupDrawStyle()

Specifies the draw style for a group.

Previous topic Next topic No expanding text in this topic  

*GroupDrawStyle()

Specifies the draw style for a group.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*GroupDrawStyle(style)

Argument

Name

Description

 

style

The drawing style for the group.

Options include: "point", "shaded", "sphere", or "wire".

Example

*BeginGraphicDefaults()

   *GroupIDVisibility(On)

   *GroupDrawSize(4)

  *GroupDrawStyle(Wire)

*EndGraphicDefaults()

Application

HyperView.

Context

*BeginDefaults()

*BeginGraphicDefaults()

Comments

Groups are created in the Sets panel.  Options are selected from the Draw style drop-down menu.

See also

 

*BeginGraphicDefaults()

*EndGraphicDefaults()

*GroupIDVisibility()

*GroupDrawSize()

List of Preference Statements