I need to automate export part/asm to STEP format with different options OR through different profile files in Creo. I checked Mapkey does not work. Anybody suggests how to do it? OR any API or batch files that can solve/work.
It works with mapkey by selecting different profiles manually. But not able to automate as once we change config option, we need to restart Creo to replicate changes. Even if you create mapkey's with different profiles (by selecting from option) it takes default profile set for all mapkey's created. So mapkey doesn't work for automate STEP export with different profiles.
If so, please mark the appropriate reply as the Accepted Solution or please feel free to detail in a reply what has helped you and mark it as the Accepted Solution. It will help other members who may have the same question. Please note that industry experts also review the replies and may eventually accept one of them as solution on your behalf.
Of course, if you have more to share on your issue, please pursue the conversation.
If you're using OTK Java free (jlink), the STEP output process lets you choose your options in the code. It's a steep learning curve to get it working though. Look at STEP3DExportInstructions in the documentation. You can set most options in there.