简体   繁体   English

Web应用程序,用于管理CATIA文件

[英]Web application to manage CATIA files

A have a question for CATIA customization experts! 对CATIA定制专家有疑问!

I'm intend to develop a web application able to perfoms the following tasks: 我打算开发一个能够执行以下任务的Web应用程序:

  1. Modify some parameters into CATIA files. 将一些参数修改为CATIA文件。 eg.: change the diameter or length of a part; 例如:更改零件的直径或长度;

  2. Convert theses CATIA files to STEP files. 将这些CATIA文件转换为STEP文件。

So, I possible do these things using CATIA API and without have CATIA software instaled on my web server? 因此,我可以使用CATIA API来做这些事情,而无需在我的Web服务器上安装CATIA软件吗?

I did some research on the WEB and I found some APIs, like "CAD.ai" that I think solve these questions. 我在WEB上进行了一些研究,发现一些API(例如“ CAD.ai”)可以解决这些问题。 But, these APIs look so sophisticated for my purpose and I looking for develop my own code. 但是,出于我的目的,这些API看起来非常复杂,因此我希望开发自己的代码。

Any suggestion? 有什么建议吗?

Catvbs code can be incorporated in web pages and "talk' with CATIA, check Dassault Systems automation documentation which is in the installation folder of CATIA (be aware that there are differences between releases and versions of CATIA- v5, v6, 3DEx). You don't need to have CATIA but you need to check if CATIA is opened or not on client PC (and convince CATIA user to run your code from web). 可以将Catvbs代码包含在网页中并与CATIA“对话”,请查看CATIA安装文件夹中的Dassault Systems自动化文档(请注意,CATIA- v5,v6、3DEx的发行版和版本之间存在差异)。不需要CATIA,但是您需要检查CATIA是否在客户端PC上打开(并说服CATIA用户从Web运行您的代码)。

By the way, from DS chm automation file you can run their codes directly in CATIA... 顺便说一下,您可以从DS chm自动化文件中直接在CATIA中运行其代码...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM