Copy Entity
entity_copyCopy an AutoCAD entity and move it by specified X, Y, Z displacements. Returns information about the new 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 | |||