学UG二次开发就上UG网:
NX二次开发拾取特征对话框C++源码函数:
NX二次开发
UG二次开发拾取特征对话框C++源码:
- /* TODO: Add your application code here */
- /*中磊国际模具培训-特征选择对话框*/
-
- char Message[] = "就上UG网学UG-特征选择对话框";
- int Count;
- tag_t * Feature;
- int Response;
- UF_UI_select_feature(Message, NULL,&Count,&Feature,&Response);
-
- /* Terminate the API environment */
- UF_CALL(UF_terminate());
复制代码
|