Indicates the beginning of a model user mode block.
*BeginUserMode()Indicates the beginning of a model user mode block. |
|||||
*BeginUserMode()Indicates the beginning of a model user mode block. |
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", *RegisterAdamsScript(user_exe, "User executable", "user_exe") *EndMdlDefaults() *EndModelDefaults() |
|
Application |
MotionView. |
|
Context |
||
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 |
|
|