|
|
发表于 2008-3-31 11:05:37
|
显示全部楼层
来自: 中国广东深圳
最好的方法还是看帮助,很全很完整,这里再说也是重复而已.
; U) D" f8 _& p0 v d5 ]- \/ u4 _一般我是这么用的:
6 b% ]* T! d. U3 x(sd-call-cmds (get_selection :focus_type (*focus_type*) :current_wp_only :select :all_3d))/ R' R; {; K' r$ s# r' d+ O, K
focus_type 筛选特定类型;current..wp或part等表示选择对象所属; :select为关键字选择,具体可以参照F2菜单,并可以组合运用如
, q$ H& c- R# W* _! H5 b* ](sd-call-cmds (get_selection :select :selected_wp "/selectedwp" :vertex_2d (make-gpnt2d :x 0 :y 0)))
- J& n$ k! o2 N. D- K你也可以用recorder来获得相关信息 |
|