HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*Hide()

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

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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",
                          "/homes/altair/std_exe")

     *RegisterAdamsScript(user_exe, "User executable", "user_exe")

   *EndMdlDefaults()

*EndModelDefaults()

Application

MotionView.

Context

*BeginModelDefaults()

*BeginModelGUIDefaults()

*BeginUserMode()

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.

See also

 

*BeginModelDefaults()

*BeginModelGUIDefaults()

*BeginUserMode()

List of Preference Statements