list_objects
List all objects in a FreeCAD document, showing name, label, type, and state. Optionally filter by type to quickly find specific elements.
Instructions
List objects in a document (name, label, TypeId, state).
Args: document: defaults to the active document. type_filter: case-insensitive substring match on TypeId, e.g. "Part::" or "Sketch".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | No | ||
| type_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||