Create Text
entity_create_textCreate single-line text at specified coordinates in AutoCAD drawings. Supports custom height, rotation angle, color, and layer.
Instructions
Create a single-line text entity (DTEXT/TEXT).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Insertion point X | |
| y | Yes | Insertion point Y | |
| text | Yes | Text content to display | |
| color | No | ACI color code | |
| layer | No | Layer name | |
| height | No | Text height in drawing units | |
| rotation | No | Rotation angle in degrees |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||