Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

ВeekeeCZ
en respuesta a: Kent1Cooper

Or this way.

 

^C^C^P((lambda (/ o d) (vl-load-com) (while (setq o (car (entsel))) (setq o (vlax-ename->vla-object o)) (foreach d '(-20 -10 10 20) (vla-offset o d)) (princ))))