iCAx开思工具箱
标题:
关于UF_UI_select_single
[打印本页]
作者:
lightshining
时间:
2009-2-23 22:21
标题:
关于UF_UI_select_single
我想选择所有的几何对象,主要是点线面,请问该如何设置?
作者:
sac807
时间:
2009-2-24 12:28
在过滤器设置。
UF_UI_select_single第二个参数是过滤器。
UF_UI_mask_t mask[3] = { UF_point_type,0,0,UF_line_type,0,0,UF_plane_type,0,0};
UF_UI_selection_option_t opt;
opt.num_mask_triples = 3;
opt.mask_triples = mask;
opt.scope = ;
opt.other_options = 0;
opt.reserved = NULL;
作者:
lightshining
时间:
2009-2-27 20:17
谢谢了。。。。。。。。。。。。
欢迎光临 iCAx开思工具箱 (https://t.icax.org/)
Powered by Discuz! X3.3