killall — Deletes the specified objects from the current database and removes all references to them from all combinations in the database.
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. Other commands that remove objects from the database are kill and killtree .
The example shows the use of the killall command to delete specified objects and to remove all references to them from the database.
Example 1. Delete specified objects and all references to them from the database.
mged>
killall group1 region2 shapeb
Deletes group1, region2, and shapeb and removes all references to these objects from the database.