Difference between revisions of "MGED CMD dall"
From BRL-CAD
m |
|||
Line 1: | Line 1: | ||
[[Category:MGED|Dall]] | [[Category:MGED|Dall]] | ||
− | + | [[category:MGED view manipulation|Dall]] | |
=dall= | =dall= | ||
__TOC__ | __TOC__ |
Latest revision as of 01:20, 20 November 2009
dall[edit]
Contents
Syntax[edit]
- dall <objects>
Argument(s)[edit]
- <objects>
- db object list
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "dall" command deletes the specified list of objects from the mged display. This is a synonym for the erase_all command. This command will allow the user to delete objects that have not been explicitly displayed (unlike the d command). 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> dall region1 shapea
- Delete region1 and shapea from the mged display.
See Also[edit]
Page Generated by David Loman on: 10/11/2007 at: 12:17:34 PM