赞
踩
NX二次开发-UFUN移动组件UF_ASSEM_reposition_instance
UF_ASSEM_reposition_instance这个函数可以装配移动组件,值得注意的一点是,UF_ASSEM_ask_component_data得到的组件原点就是 那个组件本身的绝对坐标系0点,这个原点是不能在装配里改的,然后装配和移动组件 也都是基于当前 显示工作部件的绝对坐标系。
NX9+VS2012
#include <uf.h>
#include <uf_ui.h>
#include <uf_assem.h>
#include <uf_part.h>
static int select_filter_proc_fn(tag_t object, int type[3], void* user_data, UF_UI_selection_p_t select)
{
if (obje
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。