Name

kill — Deletes specified objects from the current database.

Synopsis

kill [-f] {objects}

DESCRIPTION

Deletes the specified objects from the current database. This command affects only the objects actually listed on the command line. If a combination is killed, its members are not affected. If the -f option is specified, then kill will not complain if some, or all, of the objects specified do not actually exist 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 killall and killtree .

EXAMPLES

The example shows the use of the kill command to delete specified objects from the database.

Example 1. Delete objects from the database.

mged> kill group1 region2 shapeb

Deletes group1, region2, and shapeb 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.