UG\NX secondary development uses UF_MODL_create_symb_thread to create a "thread symbol" example

Author of the article: Caspian
Source Website: https://blog.csdn.net/WangPaiFeiXingYuan


Introduction:

Use UF_MODL_create_symb_thread to create a "thread symbol" example

Effect:     

code:

#include <stdio.h>
#include <string.h>
#include <uf.h>
#include <uf_modl.h>
#include <uf_modl_types.h>
#include <uf_ui.h>
#include <uf_object_types.h>
#include <uf_disp.h>

#define UF_CALL(X) (report_error( __FILE__, __LINE__, #X, (X)))

static int repo

Guess you like

Origin blog.csdn.net/WangPaiFeiXingYuan/article/details/131991198