Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
drewmumaw said:I've never seen a way to do this in the API documentation. A possible workaround would be using CATIA.StartCommand "Object" and then SendKeys.
Probably about 3 months.loki3000 said:how long did it take you to familiarize yourself with the catia api and start writing scripts?
Are you referring to learning vb or learning vb for CATIA's API?loki3000 said:what's the best way to learn vb?
If you develop an application in Visual Studio that accesses CATIA's API then you can use whatever object-oriented programming language that you want. If you are making a .catvba or .catvbs macro in CATIA V5 then you have to use vb. Also, I think CATIA has it's own internal scripting language called catscript, but I'm not familiar with it. And I heard that we will be able to program macros in CATIA V6 with vb and C#.loki3000 said:are vb.net and c# also supported for scripts?