psiwak
Aerospace
- Aug 17, 2006
- 58
Hi all,
I would like to imnprove work in drafting and wants to create program to hide components in view. Typical problem in my job is when I want to add new component to assy this component appear on all views.
I wrote code in C, but I have problem with component selection. I use UF_UI_select_with_class_dialog function with filter for componets but I cant select components in drafting view or ANT. I have to switch to Format==>Dispaly sheet and then I can select components in 3D.
How to select components in drafting? Or any sugestions?
UF_UI_select_with_class_dialog(cue, title, UF_UI_SEL_SCOPE_ANY_IN_ASSEMBLY, NULL, NULL, &response, &count, &objects);
Regards
Siwy
I would like to imnprove work in drafting and wants to create program to hide components in view. Typical problem in my job is when I want to add new component to assy this component appear on all views.
I wrote code in C, but I have problem with component selection. I use UF_UI_select_with_class_dialog function with filter for componets but I cant select components in drafting view or ANT. I have to switch to Format==>Dispaly sheet and then I can select components in 3D.
How to select components in drafting? Or any sugestions?
UF_UI_select_with_class_dialog(cue, title, UF_UI_SEL_SCOPE_ANY_IN_ASSEMBLY, NULL, NULL, &response, &count, &objects);
Regards
Siwy