Indicates the beginning of a model GUI defaults block.
*BeginModelGUIDefaults()Indicates the beginning of a model GUI defaults block. |
|||||
*BeginModelGUIDefaults()Indicates the beginning of a model GUI defaults block. |
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 |
|
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 |
|