标题: 【求助】有那位现在在玩CimatronE的API的,请进来教指一下 [打印本页] 作者: cslong 时间: 2004-11-17 08:33 标题: 【求助】有那位现在在玩CimatronE的API的,请进来教指一下 我现在在TRY CimatronE API遇到以下问题
我调用CimESuite库文件里的所有类和对象都没问题,但当我想调用其它库文件的内容时一直都没有成功过。麻烦各位告诉一下是什么原因。多谢了!作者: cslong 时间: 2004-11-17 11:52
怎么没人进来,RAY老大呢?作者: cslong 时间: 2004-11-18 13:43
真的没有人玩这个吗,高手们出手吧,我在等你哦!作者: kkean 时间: 2005-12-5 10:19
Some general information when using Cimatron API calls.
When inside of visual basic along the menu at the top go to project, then references. What has to be loaded to use the api calls for your program are CimAppAccess 1.0, CimatronE 1.0, CimBaseAPI 1.0, CimEservices 1.0.
Some other options are CimNCAPI, which holds nothing currently and they are planning for maybe E8, E9 for NC calls. CimEsuite holds all the sketcher calls and some modeling calls. If you are going to use your program for modeling then use CimMdlrAPI 1.0 which holds all of the Cimatron modeling functions. CimMiscAPI holds all of the DI calls for Cimatron. Another thing to note is that when you compile your code for Cimatron, whatever version of Cimatron you are compiling this code for that version of Cimatron need to be running in the background.