Difference between revisions of "MGED CMD d"
From BRL-CAD
(New page: Category:MGED =d= __TOC__ ==Syntax== :d <objects> ==Argument(s)== : '''<objects>''' :: db object list ==Return Value(s)== : No Return Values for this command. ==Descripti...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|D]] |
− | + | [[category:MGED view manipulation|D]] | |
=d= | =d= | ||
__TOC__ | __TOC__ |
Latest revision as of 01:20, 20 November 2009
d[edit]
Contents
Syntax[edit]
- d <objects>
Argument(s)[edit]
- <objects>
- db object list
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "d" command deletes the specified list of objects from the mged display. This is a synonym for the erase command. Only objects that have been explicitly displayed may be deleted with the "d" command (use the who command to see a list of explicitly displayed objects). Objects that are displayed as members of explicitly displayed combinations cannot be deleted from the display with this command (see dall or erase_all). 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> d 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:15 PM