标签:style base clu com const amp ali mamicode struct
1 #include <uf.h> 2 #include <uf_ui.h> 3 4 5 UF_initialize(); 6 7 //点构造器 8 char sCue[] = "点构造器"; 9 UF_UI_POINT_base_method_t base_method = UF_UI_POINT_INFERRED; 10 tag_t tPoint = NULL_TAG; 11 double sBasePoint[] = { 0, 0, 0 }; 12 int iRespone; 13 UF_UI_point_construct(sCue, &base_method, &tPoint, sBasePoint, &iRespone); 14 15 UF_terminate(); 16 17 Caesar卢尚宇 18 2019年7月1日
NX二次开发-UFUN点构造器UF_UI_point_construct
标签:style base clu com const amp ali mamicode struct
原文地址:https://www.cnblogs.com/nxopen2018/p/11116261.html