Use C# for Catia V5 Automation
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to write Macros/Programs for Catia V5 with the programming language C#. How is it possible to access the Catia applicataion via c#(and Visual Studio). I searched a bit and found out that Catia provides an API, which the Microsoft COM Technologie provides for 'COM-languages' like c# & python. This is how I imagine the connection/interaction between a C# Programm and Catia: C# - .NET <-bi-directional integration-> COM <-> Catia API Is that correct ? Also: How do I setup everything in Visual Studio , so that I can access the Catia API