NX CAM二次开发 UFUN创建方法UF_NCMTHD_create
#include <uf_defs.h>
#include <stdio.h>
#include <uf.h>
#include <uf_ui.h>
#include <uf_modl.h>
#include <uf_modl_error.h>
#include <uf_part.h>
#include <uf_obj.h>
#include <uf_cam.h>
#include <uf_setup.h>
#include <uf_ncgroup.h>
#include <uf_param.h>
#include <uf_param_indices.h > //有关操作参数
#include <uf_ui_ont.h>
#include <UF_CUTTER.h>
#include <UF_UI_PARAM.h>
#include <UF_OPER.h>
#include <UF_CAMGEOM.h>
#include <string.h>
const char **subtypes;
const char**type_names;
tag_t wcs = NULL_TAG;
tag_t tSetupTag = NULL_TAG;
tag_t tGeomRootTag = NULL_TAG;
tag_t METHOD = NULL_TAG;
char reason[ UF_NCGROUP_MAX_REASON_LEN + 1 ];
log