HyperWorks Desktop

*BeginUserMode()

Indicates the beginning of a model user mode block.

*BeginUserMode()

Indicates the beginning of a model user mode block.

Previous topic Next topic No expanding text in this topic  

*BeginUserMode()

Indicates the beginning of a model user mode block.

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

Syntax

*BeginUserMode(Mode Name, "Mode Label")

Arguments

Name

Description

 

Mode Name

The mode name.

 

"Mode Label"

The descriptive label of the mode.

Example

*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()

Application

MotionView.

Context

*BeginModelDefaults()

*BeginModelGUIDefaults()

Comments

Every *BeginUserMode() statement requires a closing *EndUserMode() statement.

User modes are used to customize the toolbar and pull-down menus. This can be done from the Tools menu > Options dialog > Toolbar tab.

See also

 

*BeginModelDefaults()

*EndUserMode()

*Hide()

*SetUserMode()

List of Preference Statements