|
|
发表于 2008-3-31 11:05:37
|
显示全部楼层
来自: 中国广东深圳
最好的方法还是看帮助,很全很完整,这里再说也是重复而已.. |, Z: r9 A8 |; F
一般我是这么用的:
4 d$ U6 G5 c k(sd-call-cmds (get_selection :focus_type (*focus_type*) :current_wp_only :select :all_3d))3 Q. s+ S4 Z- U. I) _! Q9 u6 \
focus_type 筛选特定类型;current..wp或part等表示选择对象所属; :select为关键字选择,具体可以参照F2菜单,并可以组合运用如
9 O' Y5 x, ~6 ?+ b(sd-call-cmds (get_selection :select :selected_wp "/selectedwp" :vertex_2d (make-gpnt2d :x 0 :y 0)))4 n( a* m$ ~0 _8 R7 p7 V7 ^7 q; f
你也可以用recorder来获得相关信息 |
|