D(nged)

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 erase -r). 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

This software is Copyright (c) 1989-2021 by the United States Government as represented by U.S. Army Research Laboratory.

BUG REPORTS

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org