List Entities
entity_listRetrieve entities from an AutoCAD drawing with filters for type and layer. Returns handles and properties to enable entity manipulation.
Instructions
List entities in the drawing with optional type and layer filters.
Returns handle, type, layer, color, and type-specific properties. Use handles with entity_get, entity_move, entity_delete, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entities to return | |
| offset | No | Number of entities to skip | |
| type_filter | No | Filter by entity type: LINE, CIRCLE, ARC, LWPOLYLINE, TEXT, MTEXT, INSERT, HATCH, etc. | |
| layer_filter | No | Filter by layer name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |