|
|
发表于 2008-3-31 11:05:37
|
显示全部楼层
来自: 中国广东深圳
最好的方法还是看帮助,很全很完整,这里再说也是重复而已.
7 I3 r. |' B& P1 w+ L3 _4 g- G1 X一般我是这么用的:' F- D/ Z; Y1 N! Y$ b7 q
(sd-call-cmds (get_selection :focus_type (*focus_type*) :current_wp_only :select :all_3d))* O5 [7 ~8 v3 D8 o/ d8 m6 S. a# ~
focus_type 筛选特定类型;current..wp或part等表示选择对象所属; :select为关键字选择,具体可以参照F2菜单,并可以组合运用如0 F# G0 D- S) J' h P' G% Y" t" O
(sd-call-cmds (get_selection :select :selected_wp "/selectedwp" :vertex_2d (make-gpnt2d :x 0 :y 0)))$ }8 h/ m' t [; d& ~+ A- ~. y
你也可以用recorder来获得相关信息 |
|