Hello all,
Here is an example of CATIA.Startcommand that I found on the internet.
I tested in the part design workbench then it sometimes(?) works.
I mean that after I reopen a catia instance, it works.
But when I use it 2 or more, it doesn't work any more..
And in assembly work bench I could...
Hello All,
I learn CATIA VBA step by step and now I have a small question.
Before I make VBA in CATIA, I usually tried to use FOR EACH Loop in Excel VBA.
Because as far as I know, FOR EACH Loop is faster and lighter than FOR Loop.
And I think that when I use FOR EACH Loop in a huge assembly that...
Hello,
I'm making a simple script that creates a geometrical set and hide it in selected parts.
The problem is, when I use both "SelectElement3" methode and "VisProperties" methode,
I have to add geo set and clear selection it.
Then I would like to know, whether there is a way to hide a geo set...