SMT_DFLT_BEND_RADIUS
‎Oct 31, 2011
12:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Oct 31, 2011
12:35 PM
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.
Labels:
- Labels:
-
General
1 REPLY 1
‎Nov 02, 2011
09:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Nov 02, 2011
09:08 AM
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