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
百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说教育文库UG二次开发常用函数模板(6)在线全文阅读。
相关推荐: