NX secondary development -UFUN by class selection dialog UF_UI_select_with_class_dialog

. 1 #include <uf.h>
 2 #include <uf_ui.h>
 . 3  
. 4  UF_initialize ();
 . 5  
. 6  
. 7  // by class selection dialog box 
. 8  char sCue [] = " by class selection dialog " ;
 . 9  char stitle [ ] = " by class selection dialog " ;
 10  int the iScope = UF_UI_SEL_SCOPE_WORK_PART;
 . 11  int IResponse;
 12 is  int iCount;
 13 is tag_t * atObject;
 14 UF_UI_select_with_class_dialog (sCue, stitle, the iScope, NULL, NULL, & IResponse, & iCount, &atObject);
 15  
16  
. 17  UF_terminate ();
 18 is  
. 19  Caesar Lushang Yu
 20 is July 1, 2019

Guess you like

Origin www.cnblogs.com/nxopen2018/p/11116335.html