|
|
| Menu location |
|---|
| Edit → Delete |
| Workbenches |
| All |
| Default shortcut |
| Del |
| Introduced in version |
| - |
| See also |
| None |
Description
The Std Delete command deletes selected objects.
Usage
- Select one or more objects.
- There are several ways to invoke the command:
Scripting
See also: Autogenerated API documentation and FreeCAD Scripting Basics.
To delete an object use the removeObject method of the document object.
import FreeCAD
FreeCAD.ActiveDocument.removeObject("myObjectName")
This page is retrieved from https://wiki.freecad.org/Std_Delete