Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. catiavbmacro

    Listbox in catia vba

    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...
  2. catiavbmacro

    Add a new part to the product with the coordinates of the previous point

    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...
  3. catiavbmacro

    CATIA - Excel Object variable not set (Error 91)

    Hello, I wrote two posts about CATIA macro and Excel, maybe you can start there to get more info. Run CATIA macro from Excel CATIA macro and Excel
  4. catiavbmacro

    How can I use FOR EACH Loop with Selectelement3(or 2) through tree?

    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
  5. catiavbmacro

    How can I use FOR EACH Loop with Selectelement3(or 2) through tree?

    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...
  6. catiavbmacro

    How can I use FOR EACH Loop with Selectelement3(or 2) through tree?

    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...
  7. catiavbmacro

    Catia Design Method - What is MAS design Structure

    Hello. Are you talking about tool dies or?
  8. catiavbmacro

    How can I use FOR EACH Loop with Selectelement3(or 2) through tree?

    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...
  9. catiavbmacro

    Automatic Feature Recognition with the macro

    Hello, thx for response. I want to get number or holes, chamfers edge filets from death solid. So I thought it's possible like this.
  10. catiavbmacro

    Automatic Feature Recognition with the macro

    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...
  11. catiavbmacro

    Catia VBA Macro-Crete part with naming

    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
  12. catiavbmacro

    Catia VBA Macro-Crete part with naming

    https://catiavbmacro.com/2018/08/11/new-part-catia-macro-tutorial/
  13. catiavbmacro

    CATIA Save As in C#

    Hello. Check this post https://catiavbmacro.com/2018/08/09/new-part-catia-macro-free/
  14. catiavbmacro

    Positioned sketch windows api

    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
  15. catiavbmacro

    Positioned sketch windows api

    Thx a lot on those instructions, I ll try to figure it all.
  16. catiavbmacro

    Positioned sketch windows api

    Hello, here a few pic So i need to select these from the menu and the give those input from selection.
  17. catiavbmacro

    Positioned sketch windows api

    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.
  18. catiavbmacro

    Positioned sketch windows api

    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...
  19. catiavbmacro

    Catia Export Point Co-ordinates

    Hello, I don't use VBA, so I don't know how it works, if you want graphic interface Visual Basic is always much better option.
  20. catiavbmacro

    Catia Export Point Co-ordinates

    Hello, I wrote post about this topic, you can check it https://catiavbmacro.com/2020/06/01/catia-macro-and-excel/

Part and Inventory Search