Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
How do you show dual dimensions in a family table on a drawing?
If you have an account...
https://support.ptc.com/appserver/cs/view/solution.jsp?n=/128126.htm
I was looking to add this into my drawing table, but it is not working for me. Here is what i get when i try.
if "fam.inst.param.value" != "0"
$convert = "fam.inst.param.value" * 25.4
errorInvalid data type combination at right side of expression
endif
If I add in the relation as shown in this link, i get this message.
If fam_inst_param_value<>0
errorInvalid symbol 'fam_inst_param_value' found.
convert=fam_inst_param_value*25.4
Endif
Any help would be appreciated. I am using Creo 3.0.
Dennis