MGED CMD mmenu get
From BRL-CAD
Revision as of 08:00, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =mmenu_get= :: This is a developer command. __TOC__ ==Syntax== :mmenu_get ''[i]'' ==Argument(s)== : '''i''' :: 0, 1 or 2. Specifies which internal menu to retrieve. ...)
- This is a developer command.
Contents
Syntax
- mmenu_get [i]
Argument(s)
- i
- 0, 1 or 2. Specifies which internal menu to retrieve.
Return Value(s)
- No Return Values for this command.
Description
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)
- 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
Page Generated by David Loman on: 10/11/2007 at: 1:52:38 PM