UG\NX CAM secondary development object type UFUN obtains the type and subtype of the object UF_OBJ_ask_type_and_subtype

Article author: Foundry
Source website: NX CAM secondary development column


Introduction:

        UG\NX CAM secondary development object type UFUN obtains the type and subtype of the object UF_OBJ_ask_type_and_subtype

code:

对象类型:工序类型  UF_machining_operation_type    100
工序子类型:
#define    UF_mach_instanced_oper_subtype              1
#define    UF_mach_orphan_oper_subtype                 2
#define    UF_mach_oldopr_subtype                     10       
#define    UF_mach_pocket_subtype                    110   平面铣
#define    UF_mach_surface_contour_subtype            210  固定轮廓铣
#define    UF_mach_vasc_subtype                      211   固定轮廓铣
#define    UF_mach_cavity_milling_subtype            260   型腔铣 剩余铣
#define    UF_mach_face_millin

Guess you like

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