Create Table
entity_create_tableCreate a table in AutoCAD at specified coordinates, with optional title, headers, and custom column widths. Accepts data rows and inserts a native or ezdxf composite table.
Instructions
Create a native COM table or an explicitly-labelled ezdxf composite table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| rows | Yes | Data rows; every row must have the same length | |
| layer | No | Target layer | TEXT |
| title | No | Optional title row | |
| headers | No | Optional column header row | |
| row_height | No | ||
| text_height | No | ||
| column_widths | No | Optional explicit widths per column |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||