Skip to main content
3-Newcomer
December 4, 2013
Question

macros in creo

  • December 4, 2013
  • 1 reply
  • 11161 views

What is the macro language for Creo?

1 reply

1-Visitor
December 4, 2013

By itself, there isn't one.

Creo can record interactions with the system and replay them - these are mapkeys.

One can control Creo using its Weblink, JLink, or VBA interfaces or go for the big adventure and use Pro/Toolkit (or whatever it got renamed) using more advanced (compiled language) programming environments like Visual Studio.

You can also use a middling approach - using the regular user interface under software control with AutoIT or VBA, or some other user-interaction simulation.

And you can create trail/training files that can be run like giant mapkeys.

What sort of results are you thinking about?

17-Peridot
December 4, 2013

...and there are user defined features (UDF) ...and the less smart but always useful Sketch Palette.