admin管理员组

文章数量:1516870

UG\NX二次开发 创建文本框UDO

文章作者:里海
来源网站:


简介:

UG\NX二次开发 创建文本框UDO

效果:

      

代码:

#include "me.hpp"
#include <stdio.h>
#include <string.h>
#include <uf.h>
#include <uf_ui.h>
#include <uf_udobj.h>
#include <uf_obj.h>
#include <uf_object_types.h>
#include <uf_exit.h>
#include <uf_csys.h>
#include <uf_drf.h>
#include <uf_vec.h>
#include <uf_curve.h>
#include <uf_trns.h>
static UF_UDOBJ_class_t TB_class_id;DllExport extern UF_UDOBJ_c

本文标签: UGNX二次开发 创建文本框UDO