UG二次开发常用函数模板(6)
发布时间:2021-06-05
发布时间:2021-06-05
11,UF_OBJ_set_layer (tag,layer); //设置层
头文件#include <uf_obj.h>
12,UF_CALL
头文件#include <uf.h>
int UF_CALL ( int errorCode )
{
if ( errorCode )
{
char message [133] = "";
UF_get_fail_message( errorCode, message );
uc1601 ( message, 1);
}
return (errorCode);
}
13, UF_PART_ask_display_part
头文件#include <uf_part.h>
tag_t part = UF_PART_ask_display_part ( );
if ( NULL == part )
{
uc1601( "", 1 );
return;
}
14, UF_OPER_create
头文件#include <uf_oper.h>
tag_t Oper_id = NULL;
UF_OPER_create ( "mill_contour", "ZLEVEL_PROFILE_YBC", &GZM_Oper_id );
15,UF_MODL_ask_face_data//查询面的信息
头文件#include <uf_modl.h>
tag_t face;//面的ID
上一篇:第六讲薪酬管理
下一篇:农作物根外施肥技术要点