Copy Entity
entity_copyDuplicate an AutoCAD entity and offset the copy by given X, Y, and Z distances, then get details about the newly created copy.
Instructions
Copy an entity and move the copy by (dx, dy, dz). Returns info of the new copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | Yes | X displacement for the copy | |
| dy | Yes | Y displacement for the copy | |
| dz | No | Z displacement | |
| handle | Yes | Entity handle to copy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||