cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

SMT_DFLT_BEND_RADIUS

PierrePatenaude
3-Visitor

SMT_DFLT_BEND_RADIUS

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.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 REPLY 1

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

Top Tags