IFX - Param_relations.txt
I am using the param_relations.txt file to create parameters in the newly created parts.
ex: 'DESCRIPTION = BUW_SIZE + ", " + DESC_NAME + ", " + BUW_TYPE'
Question: Where are the parameters being pulled from? The parts associated *.dat file?
I am trying to extract the 'P' (Thread Pitch) value from the data file, but I am getting an error. It seems like I can extract the other values from .dat file, but not the 'P' value.
The end result I'm trying to get to is a Description parameter that reads something like:
'M12 X 1.75 X 60 LG,' etc. The 1.75 being the value I can't get.
Thanks for any assistance.

