delete_object
Delete an object from a FreeCAD model, optionally removing its dependent children as well, to avoid leaving behind unconnected operands like those from boolean operations.
Instructions
Delete an object.
Args: recursive: also delete the object's children (e.g. the operands consumed by a boolean). Deleting a boolean without this leaves its operands behind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| document | No | ||
| recursive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||