- UID
- 353383
- 积分
- 0
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2005-11-19
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
我通过调用 acedCommand(RTSTR,"-array",RTPICKS,ent_pick,RTSTR,"",RTSTR,"Polar",
RTPOINT,pt_center,RTSHORT,num,RTSTR,"360",RTSTR,"Y",
RTSTR,"",0);来实现,其中ent_pick是通过acedSSGet()得到的选择集,pt_center是阵列的支点,num是个数。可是执行不成功!!!命令行出现:
Select objects: 1 found
Select objects: Enter the type of array [Rectangular/Polar] <R>: Polar
Invalid option keyword.
Enter the type of array [Rectangular/Polar] <R>:
653.6324452275116,442.0670725784937
Invalid option keyword.
Enter the type of array [Rectangular/Polar] <R>: 7
Invalid option keyword.
Enter the type of array [Rectangular/Polar] <R>: 360
Invalid option keyword.
Enter the type of array [Rectangular/Polar] <R>: Y
Invalid option keyword.
Enter the type of array [Rectangular/Polar] <R>:
Enter the number of rows (---) <1>:
我试了很多方法还是不行!老是说Polar或者p是Invalid option keyword.!
请大家帮忙看看! |
|