Std Delete: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
mNo edit summary
Line 25: Line 25:


<!--T:4-->
<!--T:4-->
This command deletes the selected object(s). If no object is selected, nothing is done.
The [[Image:Std_Delete.svg|24px]] [[Std Delete|Delete]] command deletes the selected object(s). If no object is selected, nothing is done.


==Usage== <!--T:2-->
==Usage== <!--T:2-->
Line 35: Line 35:
#* Using the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Delete}} menu
#* Using the {{MenuCommand|{{StdMenu|[[Std Edit Menu|Edit]]}} → Delete}} menu
#* Using the [[tree view|tree view]] context menu.
#* Using the [[tree view|tree view]] context menu.
#* Pressing the [[Image:Std Delete.svg|16px]] button in the toolbar.
#* Pressing the [[Image:Std Delete.svg|24px]] button in the toolbar.


<!--T:9-->
<!--T:9-->

Revision as of 00:54, 10 February 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std Delete

Menu location
Edit → Delete
Workbenches
All
Default shortcut
Delete or Backspace
Introduced in version
-
See also
Std Undo, Std Redo, Std Cut, Std Paste

Description

The Delete command deletes the selected object(s). If no object is selected, nothing is done.

Usage

  1. Select (an) object(s)
  2. Invoking the Delete command can be utilized several ways:
    • Pressing Delete or Backspace keyboard shortcut
    • Using the Edit → Delete menu
    • Using the tree view context menu.
    • Pressing the button in the toolbar.

Note: All Delete operations can be undone and redone.

Scripting