MGED CMD mmenu get

From BRL-CAD

mmenu_get[edit]

This is a developer command.

Syntax[edit]

mmenu_get [i]


Argument(s)[edit]

i
0, 1 or 2. Specifies which internal menu to retrieve.

Return Value(s)[edit]

No Return Values for this command.


Description[edit]

This command is used to get MGED’s internal menus. If i is not specified, return all three internal menus. Otherwise, return the ith menu. Note - valid values for i are 0, 1, or 2. These are the menus displayed in the graphics manager(s).

Example(s)[edit]

mged> mmenu_get
returns all internal menus, for example : "{} {} {BUTTON MENU}"
mged> mmenu_get 2
returns all internal menus, for example : "{BUTTON MENU} {REJECT Edit} {ACCEPT Edit} 35,25 Top Right Front 45,45 {Restore View} {Save View} {Ang/Dist Curs} {Reset Viewsize} {Zero Sliders} Sliders Rate/Abs {Zoom In 2X} {Zoom Out 2X} {Prim Illum} {Matrix Illum}"


See Also[edit]

mmenu_get
mmenu_set

Page Generated by David Loman on: 10/11/2007 at: 1:52:38 PM