Mark Kovak
Mark Kovak

Reputation: 23

CATIA programming: save as (GUI)

I'm new in CATIA programming and automation. And i'm have a question: how to link app to the catia and then with GUI like in the picture below save part or product with name like in the pic? Then opens filesave dialog and name from all textboxes are ready. enter image description here

And what programming language will be better? c#? vba?

Thanks!

Upvotes: 0

Views: 830

Answers (1)

NAGA REDDY
NAGA REDDY

Reputation: 43

Vb.net or C#.net does not matter as we are accessing COM API of CATIA. To answer your question.

  1. Since you are not using Catia CAA, we cannot directly add any Button inside CATIA to invoke your Winform Application.
  2. We need to Catch the running session or Start the CATIA session from Your Winform App and Do the Operations.
  3. Refer to this link, there are some practice programs you can refer too.

Upvotes: 1

Related Questions