Indicates the beginning of the model preferences block.
*BeginModelDefaults()Indicates the beginning of the model preferences block. |
|||||
*BeginModelDefaults()Indicates the beginning of the model preferences block. |
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 |
|
Comments |
Every *BeginModelDefaults() statement requires a closing *EndModelDefaults()_ statement. |
See also |
|