替换:
- (defun C:test ( / lnm SS b L p acDoc Lyrs ln d ln ll ur pl )
使用:
- (defun C:test ( / lnms SS b L p acDoc Lyrs d ll ur pl )
- (setq lnm "frame") ; <- Adjust the layer name here, to copy along the increment
=
- (setq lnms '("frame" "anotherlayer")) ; <- Adjust the layer names here, to copy along the increment
|