Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! 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