|
在过滤器设置。
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; |
|