Hello
I'm in the process of discovering a little bit about macro. I'm looking to make a Macro to export to a 3D PDF and a STEP.
I encounter some constraints, the 3D PDF must be generated from an assembly, and the STEP (AP203) must be generated from a PART from the assembly.
So basically, I want to generate:
- a PDF3D from an ASM
- a PART from an ASM
- an AP203 WWTP from the previously generated PART.
The PART will have to bear the same name as the ASM
The PDF3D and the STEP will have to be renamed with a property ported in the ASM
The save path should be the same as the initial file.
I have this bit of macro that I tinkered with, far from optimal and only generates the PDF3D
Have a good day to you,
Seb.