Hello,
I'm trying to learn how macros work in CATIA (3DEXPERIENCE R2016x).
I started recording VBA macro (in generative shape design);
Selected xy plane, started a sketch,
drew a circle with radius 3,
exited sketch and used volume extrude with dimension 1.
Then I stopped recording.
Now when I...
Hello,
I need to make a macro or plugin that would help me export dimension values from CATIA to EXCEL.
I have a sketch with named dimensions. When I run macro I would like it to go thru all dimensions that are in the sketch,
then create EXCEL file with dimension names in one column and...
Good day,
My name is Andžejus, I'm new to this forum and to Catia.
I was trying to make a customized frame and title block script.
And I can't find how to control line thickness.
Here is a code that draws line:
Function CreateLine( iX1 As Double, iY1 As Double, iX2 As Double, iY2 As Double...