Create MText
entity_create_mtextCreate multi-line text with word wrap at a specified width and insertion point, supporting paragraph breaks and formatting codes.
Instructions
Create a multi-line text entity (MTEXT) with word-wrap at the specified width.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Insertion point X | |
| y | Yes | Insertion point Y | |
| text | Yes | Text content (supports \P for paragraph breaks, {\H...;} for formatting) | |
| color | No | ACI color code | |
| layer | No | Layer name | |
| width | No | Text box width in drawing units | |
| height | No | Character height in drawing units | |
| rotation | No | Rotation in degrees, CCW from +X |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||