CREO 2.0 - Macro like function?
Hello community,
recently I started working for a company that uses CREO 2.0 .
I am currently trying to understand CREO's capabilities regarding "automation".
One of the "simple" things I would like to do, I think is well defined in my head but have no idea if there is a relatively simple way to achieve with CREO's built in tools (the company only has CREO Parametric licences).
So here it goes:
Given:
- I have previously created a template-part file (PART.PRT) where I have defined a geometry based on 3 reference points P1,P2 and P3.
- I am currently working on an assembly (ASSY.ASM) where I manually create 3 points (A1,A2 and A3).
At this point I would like to start a macro which would do the following:
- Browse to the location where the PART.PRT is saved
- Import/ assemble PART.PRT into the ASSY.ASM
- Activate(?) the part, replace P1,P2, and P3 with A1,A2, and A3 respectively by looking for the specific names (the names will be specified in the code: "look for P1-->replace with A1") (theoretically all other features of the part template should be automatically updated)
- Optional: Prompt for saving the PART.PRT with a new name (and the updated geometry)
I think something like this is relatively easy in VBA or similar but after experimenting a bit I cannot see a possibility to do it in Pro/Program.
I hope someone with more experience can enlighten me.
Thanks!!!

