Hello everyone
Is there a way to store information inside a macro in VBA?
Last year I made a macro that stores all the viewpoints that we used to create an assembly manual for our client, I save this information in an Excel file. However, the location of this file is written inside the VBA...
Hello everyone
Recently I made a macro that stores all the viewpoints from the assembly manual we deliver to our main customer. My new objective was to make a macro that was able to also make the screenshot from CATIA window to ensure that all pictures are exactly the same size in every new...
Hello everyonge
I am creating a macro that creates a Plane (Angle/Normal to Plane) and a Line (Angle/Normal to Curve) after the user selects a point and a curve. To inform the user about what he/she needs to select my code shows a MsgBox with the proper instructions.
Examplo, the user runs the...
Hello everyone
I have created a macro that paint our assembly in an specific way ( see image attached)
The structure of the assembly is usually composed of four subassemblies (let say their names are A to D), product A is painted in red, B with blue and C with yellow.
However in product D we...
Hello everyone
I have made a macro with the purpose of creating some lines and planes to use as tangency elements in my designs. The user selects the part where the geometry will be created , then selects a point as reference to start creating all the other elements. This elements will be...
Hello everyone
I have to create a macro that will allow the user to create an specific viewpoint of the main assembly so the user can take an screenshot ( the screenshot is use to update our assembly handbook).
I have analyzed the DMUInfEngineeringView file and with that I have created my own...