Talou
Computer
- May 14, 2019
- 17
Hello,
I have to do some automation in VBA or VB.Net as there is not CAA API for the commands I want to use.
One of them is "Delete Useless Elements" (in Tools, when you are in the Part Design Workbench)
I found a thread where they speaking about Product reordering in CATIA V5 VBA.
"itsmyjob" shared an awesome solution build in VB.net (
For the debug capabilities and for the robustness, I would also prefer to do VB.net.
In "itsmyjob" solution and other solutions. The dev using:
Interop.KnowledgewareTypeLib.dll
Interop.INFITF.dll
Interop.ProductStructureTypeLib.dll
…
Question: Where I’m I suppose to get those? Where are they from?
Vincent;
I have to do some automation in VBA or VB.Net as there is not CAA API for the commands I want to use.
One of them is "Delete Useless Elements" (in Tools, when you are in the Part Design Workbench)
I found a thread where they speaking about Product reordering in CATIA V5 VBA.
"itsmyjob" shared an awesome solution build in VB.net (
For the debug capabilities and for the robustness, I would also prefer to do VB.net.
In "itsmyjob" solution and other solutions. The dev using:
Interop.KnowledgewareTypeLib.dll
Interop.INFITF.dll
Interop.ProductStructureTypeLib.dll
…
Question: Where I’m I suppose to get those? Where are they from?
Vincent;