Hello,
I m not sure that I understand you well, but I will answer.
There is a lot of options on the Listbox, for example in your case, when you click on the list view item, it will do some action.
Same problem for example in this post...
Hello,
you can make Axis on those points, and then insert new parts and connect them to those axes.
So scenario will be:
1. Create a new part with macro
2. Use coincidence constraint between that created axis and Absolute Axis in the part. (macro)
(you need to have a check option for axis...
I forgot to mention that. NET has a lot of other things to offer.
For example in my case, I had app with the users, I have data collection and all of that is connected database.
Also this is allowing me that I can add new users, remove uses, sell the app etc
I had with .NET some problems, and with script not, like save to folder with the name from CATIA.
Well not that big, I would say up to 2000, but from other side it's not all to part numbers, it's connected with part complexity also.
From my perspective .NET is better option, and I would...
It's CATIA macro APP with a lot of integrated macros inside. You can't do anything without it (BMW standard).
Here is my App, it's like 5% of it.
Ofc CATScript has its own strength, some things it's not possible to do In .Net.
If we talk about speed, .NET is so fast, I never had problems...
Hello,
I suggest you go with .NET, the script is so limited and not user friendly. There is really a lot of disadvantages to it. Because of that BMW and Mercedes have their macros written in.NET.
BMW does everything in it, it's like a masterpiece. If you need more info please to visit my...
Hello, does anyone have experience with the writing code for Automatic Feature Recognition?
I only found out how to start it
CATIA.StartCommand ("Automatic Feature Recognition")
But this doesn't mean a lot to me.
I searched on Google and here on the forum but no luck.
For example, I want to...
Hello, I don't use VBA, I use Visual Basic but I think it's the same.
You can go something like this.
Part_Name = textbox.1.text or
Part_Name = label.text
Hello again, I made progress with the Spy tool and FindwindwEx thx again for those instructions.
I have one problem, I don't know how to get a plane from selected Axis. For example, I need to make a selection of XY Axis Plane, it's very easy to select nonaxis planes.
Thx a lot
Hello,
Inside positioned sketch there are few things user need to select, but it can be done with the one selection of Axis, it's not the problem. It's more problem for me to navigate through the menu.
I tried to search but I didn't have a lot of success, get some posta but not a lot.
Hello guys,
I tried before to make macro for positioned sketch, but it can't be done with a macro.
I got some new idea, to run macro and start command for positioned sketch. And then to use windows api to navigate through menu.
I never use windows api, so can you give me any hints, some docu...