*Hide()

Specifies tools to be turned off on the toolbar and pull-down menus.

Syntax

*Hide (entity_1, entity_2, … entity_n)

Application

MotionView

Inputs

entity_1
The first entity to be turned off.
entity_2
The second entity to be turned off.

Context

*BeginModelDefaults()

*BeginModelGUIDefaults()

*BeginUserMode()

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

Comments

The following toolbar buttons and pull-down menu entities can be turned off:
  • Points
  • Vectors
  • Markers
  • Curves
  • Bodies
  • Constraints
  • Couplers
  • Bushings
  • SpringDampers
  • Beams
  • PolyBeams
  • Forces
  • Motions
  • Outputs
  • Forms
  • Templates

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.