Name

d — Deletes the specified list of objects from the mged display.

Synopsis

d {objects}

DESCRIPTION

Deletes the specified list of objects from the mged display. This is a synonym for the erase command. Only objects that have been explicitly displayed may be deleted with the d command (use the who command to see a list of explicitly displayed objects). Objects that are displayed as members of explicitly displayed combinations cannot be deleted from the display with this command (see dall or erase_all). Note that this has no effect on the BRL-CAD database itself. To actually remove objects from the database, use the kill command.

EXAMPLES

The example shows the use of the d command to delete a region and a shape from the mged display.

Example 1. Delete a region and a shape from the mged display.

mged> d region1 shapea

Deletes region1 and shapea from the mged display.


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.