|
发表于 2008-3-31 11:05:37
|
显示全部楼层
来自: 中国广东深圳
最好的方法还是看帮助,很全很完整,这里再说也是重复而已.
& t8 m; ?4 T" k+ T0 L! Y. J. E一般我是这么用的:1 N- _3 p; `7 [5 W2 Q8 x0 ?1 E' O
(sd-call-cmds (get_selection :focus_type (*focus_type*) :current_wp_only :select :all_3d))
& f9 i1 R( q3 l9 O4 {focus_type 筛选特定类型;current..wp或part等表示选择对象所属; :select为关键字选择,具体可以参照F2菜单,并可以组合运用如3 r7 i0 w6 l6 S" P5 Q
(sd-call-cmds (get_selection :select :selected_wp "/selectedwp" :vertex_2d (make-gpnt2d :x 0 :y 0))) ^2 r1 `$ ]9 M w: I
你也可以用recorder来获得相关信息 |
|