this post was submitted on 31 Oct 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
 

Hey, i need to enhance my workflow within AutoCAD. I frequently encounter situations where I need to copy an object and paste it in various points across my drawing, there are instances where i need to align the object with the wall or where i want to put it, this process involves multiple steps, copying, pasting, and manually rotating the object for each occurrence. Is there an AutoLISP or command that facilitates the rotation of the object while I'm positioning it to the desired point ?

you are viewing a single comment's thread
view the rest of the comments
[–] Delta_2_Echo@alien.top 1 points 1 year ago

If the items you want to copy are identical, you can turn them into dynamic blocks and use the Align Dynamic to autorotate during placement.

Then you can use the copybase command to place them.