登录【网站注册】点击左边“微信账号登陆”图标,微信扫描即自动注册并登陆
搜索
查看: 2913|回复: 0

[问题讨论] pfcExceptions::XToolkitGeneralError

[复制链接]
发表于 2015-1-28 13:33:59 | 显示全部楼层 |阅读模式
求助啊!
pfcExceptions::XToolkitGeneralError
是怎么回事啊???

        private void button1_Click(object sender, EventArgs e)
        {
            string workpath = "E:\\W.S.K\\建模练习\\仿真\\";
            string exepath = "C:\\Program Files\\PTC\\Creo 2.0\\Parametric\\bin\\";
            IpfcAsyncConnection asyncConnection = null;
            CCpfcAsyncConnection cAC = null;
            IpfcBaseSession session;
            cAC = new CCpfcAsyncConnection();
            asyncConnection = cAC.Start(exepath + " -g:no_graphics -i:rpc_input", ".");
            //asyncConnection = cAC.Start(exepath + "parametric.bat", ".");
            session = asyncConnection.Session as IpfcBaseSession;
            // 设置工作目录
            session.ChangeDirectory(workpath);
            // C#进程调用和其它将进行的其它进程
            IpfcModelDescriptor descModel;
            IpfcModel model;
            // 载入工作目录下的 "prt0001.prt" 文件
            descModel = (new CCpfcModelDescriptor()).Create((int)EpfcModelType.EpfcMDL_PART, "cl_test.prt", null);
            model = session.RetrieveModel(descModel);
        }
该会员没有 ...
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


快速回复 返回顶部 返回列表