Specifies tools to be turned off on the toolbar and pull-down menus.
*Hide()Specifies tools to be turned off on the toolbar and pull-down menus. |
|||||
*Hide()Specifies tools to be turned off on the toolbar and pull-down menus. |
Syntax |
*Hide(entity_1, entity_2, … entity_n) |
|||||||||||||||||||||||||||||||||||
Arguments |
Names |
Description |
||||||||||||||||||||||||||||||||||
entity_1 |
The first entity to be turned off. |
|||||||||||||||||||||||||||||||||||
entity_2 |
The second entity to be turned off. |
|||||||||||||||||||||||||||||||||||
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 |
The following toolbar buttons and pull-down menu entities can be turned off: |
|||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||
Entity names must be entered as they appear in the above list. |
||||||||||||||||||||||||||||||||||||
The *Hide() statement is used in a user mode block. |
|
Entity names must be entered as they appear in the above list. |
|
The *Hide() statement is used in a user mode block. |
See also |
|