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
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