- GuiCommand: Name:Std Delete MenuLocation:Edit → Delete Workbenches:All Shortcut:Del
The Std Delete command deletes selected objects.
- Select one or more objects.
- There are several ways to invoke the command:
See also:
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