HyperWorks Desktop

*BeginModelDefaults()

Indicates the beginning of the model preferences block.

*BeginModelDefaults()

Indicates the beginning of the model preferences block.

Previous topic Next topic No expanding text in this topic  

*BeginModelDefaults()

Indicates the beginning of the model preferences block.

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

Syntax

*BeginModelDefaults()

Example

*BeginDefaults()

 *SetAutoSaveInterval(60)

 *AddPrinter("lj1", "lpr")

 *AddPrinter("lj2", "lpr -Plj2")

• • •

*BeginModelDefaults()

   *BeginModelGUIDefaults()

     *BeginUserMode(mode1, "Designer")

        *Hide(Markers, Beams, Forces, Motions, Outputs)

     *EndUserMode()

   *EndModelGUIDefaults()

   *BeginMdlDefaults()

     *RegisterAdamsScript(std_exe, "Standard executable",

                          "/homes/altair/std_exe")

     *RegisterAdamsScript(user_exe, "User executable",  

                          "user_exe")

   *EndMdlDefaults()

 *EndModelDefaults()

• • •

*EndDefaults

Application

MotionView.

Context

*BeginDefaults()

Comments

Every *BeginModelDefaults() statement requires a closing *EndModelDefaults()_ statement.

See also

 

*BeginUserMode()

*Hide()

List of Preference Statements