本文主要是介绍UG\NX二次开发 使用UDO在所有实体上设置更新回调,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章作者:里海
来源网站:https://blog.csdn.net/WangPaiFeiXingYuan
简介:
使用UDO在所有实体上设置更新回调
效果: 
代码:
#include "me.hpp"
#include <stdio.h>
#include <string.h>
#include <uf.h>
#include <uf_ui.h>
#include <uf_disp.h>
#include <uf_udobj.h>
#include <uf_obj.h>
#include <uf_object_types.h>
#include <uf_exit.h>
#include <uf_part.h>#include <stdarg.h>static UF_UDOBJ_class_t MY_class_id;DllExport extern UF_UDOBJ_class_t get_my_class_id(void)
{return MY_class_id;
}#def
这篇关于UG\NX二次开发 使用UDO在所有实体上设置更新回调的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!