Please create a function in Pro/TOOLKIT similar to ProOutputFileWrite, but for piping info (ProPipingOutputFileWrite?). The fuction should allow all "info types" (General, Length, BOM, Bend Machine, etc).
Yes we have temporarily used ProPsegmentCurvesGet for our automation needs. It was much more tedious having to code the exports ourselves... which is why I think it would make sense that PTC simply expose access to the code that they have already created.
I try to avoid using ProMacroLoad for several reasons... The first is that it only executes the commands once ownership is returned back to Creo (meaning, you cannot run a macro and then perform other operations). The second is that PTC themselves have made comments that mapkeys are not sustainable across versions of Creo. From the Pro/TOOLKIT support manual:
Creating or editing the macro string manually is not supported, as mapkeys are not a supported scripting language. The syntax is not defined for users and may not remain constant across different datecodes of Creo Parametric.
Similarly, that's why I typically look for native Pro/TOOLKIT support.
All that being said, thanks for offering the ideas for work arounds!
We are archiving your idea as part of a general review. This action is based on the age of your idea and the total number of votes received, as per this announcement.
You can always post a new idea with all the details required in the form.
Thank you for your participation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.