点击查看详细介绍

判断装配组件Component是否加载状态

nxopen 7年前 2297 1

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


//判断装配组件Component是否加载状态
bool isComponentLoad(Assemblies::Component *component)
{
bool i *** ool = true;
●●●请先 登陆注册 后查看●●●

if(resCurrentProtype == NULL)
{
i *** ool = false;
}
return i *** ool;
}

0

最新回复 (1)
  • liuxiong 6年前
    1

    谢谢楼主分享,授人以鱼不如授人以渔

请登录后发表新帖