MGED CMD mged update

From BRL-CAD
Revision as of 09:58, 18 November 2009 by Ssd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

mged_update[edit]

This is a developer command.

Syntax[edit]

mged_update non_blocking


Argument(s)[edit]

non_blocking
If negative, outstanding events will not be processed.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

No related commands.



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