Name

dall — Deletes the specified list of objects from the mged display. This is a synonym for the erase_allcommand.

Synopsis

dall {objects}

DESCRIPTION

Deletes the specified list of objects from the mged display. This is a synonym for the erase_all command. This command will allow the user to delete objects that have not been explicitly displayed (unlike the d command). Note that this has no effect on the BRL-CAD database itself. To actually remove objects from the database, use the killcommand.

EXAMPLES

The example shows the use of the dall command to delete a region and a shape from the mged display, even if they have not been explicitly displayed.

Example 1. Delete a region and a shape from the mged display, even if they have not been explicitly displayed.

mged> dall 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.