MGED CMD mged update
From BRL-CAD
Revision as of 07:59, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =mged_update= :: This is a developer command. __TOC__ ==Syntax== :mged_update ''non_blocking'' ==Argument(s)== : '''non_blocking''' :: If negative, outstanding events...)
mged_update
- This is a developer command.
Contents
Syntax
- mged_update non_blocking
Argument(s)
- non_blocking
- If negative, outstanding events will not be processed.
Return Value(s)
- No Return Values for this command.
Description
This command is used to handle outstanding events and to refresh the MGED display(s). This may be useful in certain Tcl scripts to maintain interactivity while waiting for user input. Note that if non_blocking is negative, outstanding events will not be processed. That is, only the MGED display(s) will be refreshed.
Example(s)
- mged> mged_update 0
- Update the MGED display, blocking (i.e., handle all outstanding events; if none, wait for one).
- mged> mged_update 1
- Update the MGED display, nonblocking (i.e., handle all outstanding events; if none, return).
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 1:52:03 PM