How do you drive a Creo Parametric Part (.prt) parameters/attributes from file using a text file? Pro Program? Something else?
We have a parameter/attribute driven .prt template that we want to use to create new models based off a text file.
I looked at Pro/Program to do this but couldn’t find a Parameter/Attribute section. I don’t think it would be a problem if the above were buried in the Pro-Program text file and it just replace the entire file, but I cannot even find which section this would go in.
E.g. To use a simple example, let’s say we have a cylinder with 2 parameters, which drive the dimensions:
1) Diameter “Dia1”
2) Length “L1”
We then have relations that drive these 2 parameters that look something like this:
1) d1=dia1
2) d2=L1
We would like to have a text file that contains actual dimensions for “dia1” and “L1” to be able to create a model based off the above template and the contents of the text file such as:
Dia1=0.25”
L1=2.00”
Can Pro/Program be used for this? Is there another way? Is there a better way? How can this be done?

