jzecha
Aerospace
- Jan 20, 2016
- 236
I come from a Catia background and have written Macros in Catia in various formats (CATScript, VBS, and VBA).
I am wanting to know what is the best way to write Macros in CREO?
I have started to play around with Mapkeys, but it seems to be pretty slow compared to the scripting engines in Catia.
For Example, I need to automate a text box I put on my drawing for every detail I draft.
The text i want to put in is the following:
&model_name
&DESCRIPTION
SCALE:&scale
QTY: X
The first 3 lines pull values from the part I am drafting.
I would also like to change the font size to .375".
I am wanting to know what is the best way to write Macros in CREO?
I have started to play around with Mapkeys, but it seems to be pretty slow compared to the scripting engines in Catia.
For Example, I need to automate a text box I put on my drawing for every detail I draft.
The text i want to put in is the following:
&model_name
&DESCRIPTION
SCALE:&scale
QTY: X
The first 3 lines pull values from the part I am drafting.
I would also like to change the font size to .375".