Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello gang !
I am trying to link the value of the sheet metal parameter SMT_DFLT_BEND_RADIUS with either a value set in a Family Table or with a value entered in the File Parameters. Is that doable?
Any other suggestion on how to manually set that value before entering the bend feature (such as in Templates)?
Thank you.
Hi
you can do this through relation.
write a relation as per your requirement in your sheetmetal template.
The following is a sample
if smt_thickness==1
SMT_Def_BEND_RAD=1.5
endif
if smt_thickness==2.5
SMT_Def_BEND_RAD=3
endif
Regards
K.Mahanta