|
NAMEkill - Deletes specified objects from the current database.SYNOPSISkill [-f] {objects} DESCRIPTIONDeletes 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 .EXAMPLESThe 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.
AUTHORBRL-CAD TeamBUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |