从Python 3.6调用CATIA V5到无穷大

时间:2018-08-31 14:50:36

标签: python catia

我正尝试使用以下命令从python调用CATIA V5:

import win32com.client

CATIA = win32com.client.Dispatch('CATIA.Application')

#ad = CATIA.ActiveDocument

CATIA.StartCommand('mycode.CATScript')

由于在其中出现了一些错误,我已评论了ad变量。 但是如果没有它,请在下面的系统上运行它:

  

system ='Windows',node ='Li',release ='7',version ='6.1.7601',   计算机='AMD64',处理器='英特尔64家族6型号62步进4,   真正的英特尔'

并且还安装了pip install pypiwin32,当我运行代码时,CATIA无法运行,代码也不会退出,只是挂起而没有任何错误或消息。

0 个答案:

没有答案