I need some help in creating a parametric model in Creo.
The Creo needs to run in batch mode to do the following:
Fetch the input parameters from text file > Modify the geometry using the parameters> Write geometry file to disk
I am successful at creating a pro/program that can take input file parameters ( regenerate> input file>specify text file). I can even run trail file to do the same. However all that only works in GUI.
I need a windows batch command to run creo that takes input geometry and parameter file as input and writes updated geometry back.
Is that too much to ask from a software?