MGED CMD killall

From BRL-CAD


killall[edit]

Syntax[edit]

killall <objects>


Argument(s)[edit]

<objects>
List of Valid BRL-CAD objects


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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

mged> killall group1 region2 shapeb
Destroy group1, region2, and shapeb and remove all references to these objects from the database.


See Also[edit]

kill
killall
killtree

Page Generated by David Loman on: 10/11/2007 at: 1:26:53 PM