Create Text
entity_create_textAdd single-line text annotations to AutoCAD drawings at specified coordinates, with control over height, rotation, color, and layer. Place DTEXT/TEXT entities directly in your design.
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 | |||