Difference between revisions of "MGED CMD erase all"
From BRL-CAD
(New page: Category:MGED =erase_all= __TOC__ ==Syntax== :erase_all <objects> ==Argument(s)== : '''<objects>''' :: Valid db object list ==Return Value(s)== : No Return Values for this ...) |
|||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Erase_all]] |
− | + | [[category:MGED view manipulation|Erase_all]] | |
=erase_all= | =erase_all= | ||
__TOC__ | __TOC__ |
Latest revision as of 01:15, 20 November 2009
erase_all[edit]
Contents
Syntax[edit]
- erase_all <objects>
Argument(s)[edit]
- <objects>
- Valid db object list
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "erase_all" command deletes the specified list of objects from the MGED display. This is a synonym for the dall command. This command will allow the user to delete objects that have not been explicitly displayed (unlike the d or erase commands). Note that this has no effect on the BRL-CAD database itself. To actually remove objects from the database, use the kill command.
Example(s)[edit]
- mged> erase_all region1 shapea
- Delete region1 and shapea from the MGED display
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:41:00 PM