HyperWorks Desktop

*BeginGraphicDefaults()

Indicates the beginning of the graphics preferences block.

*BeginGraphicDefaults()

Indicates the beginning of the graphics preferences block.

Previous topic Next topic No expanding text in this topic  

*BeginGraphicDefaults()

Indicates the beginning of the graphics preferences block.

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

Syntax

*BeginGraphicDefaults()

Example

• • •

*BeginGraphicDefaults()

 *SetOrientation(Top)

 *SetBackgroundColor(0)

 *Part(Default, On, -1, Opaque, Shaded, NoTrace)

 *Part("P/999", Off, 8, Opaque, Shaded, NoTrace)

 *Force(Default, Off, 2, Opaque, Shaded, NoTrace, Force,
            Resultant)

 *Marker(Default, Off, 5, Opaque, Shaded, NoTrace)

 *SetPartColorList(8,9,10,11,12,13,14,15)

*EndGraphicDefaults()

• • •

Application

MotionView.

Comments

The statements following *BeginGraphicDefaults() specify preferences for graphics in the model and graphic windows.

Every *BeginGraphicDefaults() statement requires a closing *EndGraphicDefaults statement.

See also

 

*EndGraphicDefaults()

*Force()

*Marker()

*Part()

*SetBackgroundColor()

*SetOrientation()

*SetPartColorList()

List of Preference Statements