AutoCAD copy command in Rhino

Hi everyone,
Since there isn’t a copy command similar to AutoCAD with an integrated array command, with fit and distance options, where the first distributes n objects along the input vector, and the second that copies n objects with the input vector distance, I’ve used Claude to help me build the command in python.
If you see bad programming (or bad translations) that’s because I have no knowledge of programming, so if you want to optimize it I’ll be happy to share it with the community

AcadCopy.py (17.4 KB)

2 Likes