MGED CMD killall
From BRL-CAD
Revision as of 07:20, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =killall= __TOC__ ==Syntax== :killall <objects> ==Argument(s)== : '''<objects>''' :: List of Valid BRL-CAD objects ==Return Value(s)== : No Return Value...)
killall
Contents
Syntax
- killall <objects>
Argument(s)
- <objects>
- List of Valid BRL-CAD objects
Return Value(s)
- No Return Values for this command.
Description
The "killall" command deletes the specified objects from the current database and removes all references to them from all combinations in the database. Note that the objects are killed immediately. There is no need for a "write file" command in MGED, and there is no "undo" command. Use this command with caution.
Example(s)
- mged> killall group1 region2 shapeb
- Destroy group1, region2, and shapeb and remove all references to these objects from the database.
See Also
Page Generated by David Loman on: 10/11/2007 at: 1:26:53 PM