Insert Block Reference
entity_create_block_refPlace a block reference in the drawing by specifying block name and insertion point. Resolves the existing block definition to create an instance at given coordinates.
Instructions
Insert a block reference (instance of an existing block definition).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Insertion X | |
| y | Yes | Insertion Y | |
| name | Yes | Block definition name (must exist in drawing) | |
| layer | No | Layer name | |
| scale_x | No | X scale factor | |
| scale_y | No | Y scale factor | |
| rotation | No | Rotation angle in degrees |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||