HyperWorks Desktop

*BeginModelGUIDefaults()

Indicates the beginning of a model GUI defaults block.

*BeginModelGUIDefaults()

Indicates the beginning of a model GUI defaults block.

Previous topic Next topic No expanding text in this topic  

*BeginModelGUIDefaults()

Indicates the beginning of a model GUI defaults block.

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

Syntax

*BeginModelGUIDefaults()

Example

*BeginModelDefaults()

  *BeginModelGUIDefaults()

     *BeginUserMode(model, "Beginner")

       *Hide(Templates, Bushings)

     *EndUserMode()  

   *EndModelGUIDefaults()

   *BeginMdlDefaults()    

     *RegisterAdamsScript(label1,

                          "/usr/people/altair/ex_exe")

   *EndMdlDefaults()

*EndModelDefaults()

Application

MotionView.

Context

*BeginModelDefaults()

Comments

Every *BeginModelGUIDefaults() statement requires a closing *EndModelGUIDefaults() statement.

User modes can be created within the model GUI defaults block to customize the toolbar and pulldown menus.

See also

 

*BeginUserMode()

*Hide()

List of Preference Statements