阵列长方形/阵列圆 我要的效果是把长方形以另外一个中心点做旋转复制的环形阵列 怕又是意会岔线去了,请上图吧 要的是外边的长方形以中间十字线为中心,旋转阵列,阵列数量参数为(n) 以中间十字线为中心 pt'(0 0) 测试
Command: (command "_.array" (entlast) "" "p" '(0 0) 6 360.0 "Y")
_.array
Select objects: 1 found
Select objects: Enter the type of array <R>: p
Specify center point of array or :
Enter the number of items in the array: 6 Specify the angle to fill (+=ccw,
-=cw) <360>: 360.0000000000000
Rotate arrayed objects? <Y>: Y
Command: nil 是否可以说的明白点,因为我是才学LISP,谢谢楼上的大侠了 好了,谢谢,谢谢,太谢谢了,我先出去一下,回来再写上怎么弄的,谢谢, 本帖最后由 xyp1964 于 2012-4-16 21:03 编辑
(command "_.array" (ssget) "" "p" (getpoint"\n基点: ") 6 360 "y") 谢谢各位啦,问题已经解决了,最后一个参数是"Y",就可以实现自动确认,但是不知道为什么下午的时候我测试了好多次都不行,晚上回到家在自己的电脑上就没问题了,完整的参数行是:
(command "_.array" (entlast) "" "p" zx n 360.0 "Y") ;;(p是环形阵列,zx是我设置的中心点,N是数量)
谢谢各位大侠,辛苦了
页:
1
[2]