Name

killall — Deletes the specified objects from the current database and removes all references to them from all combinations in the database.

Synopsis

killall {objects}

DESCRIPTION

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 .

EXAMPLES

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.


AUTHOR

BRL-CAD Team

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to <devs@brlcad.org>, or via the "cadbug.sh" script.