Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 933 Bytes

Std_Delete.md

File metadata and controls

45 lines (27 loc) · 933 Bytes

  • GuiCommand: Name:Std Delete MenuLocation:Edit → Delete Workbenches:All Shortcut:Del

Std Delete

Description

The Std Delete command deletes selected objects.

Usage

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Select the Edit → Delete option from the menu.
    • Select the Delete option from the Tree view context menu or 3D view context menu.
    • Use the keyboard shortcut: Del.

Scripting

See also:

FreeCAD Scripting Basics.

To delete an object use the removeObject method of the document object.

import FreeCAD

FreeCAD.ActiveDocument.removeObject("myObjectName")

{{Std Base navi}}


documentation index > Std Delete