Skip to main content
1-Visitor
September 13, 2011
Question

Limiting sheetmetal thickness value!

  • September 13, 2011
  • 2 replies
  • 1024 views


Hi All, again!



I am working on some sheet metal project. I would like to set some constraint such that any person in my team who will work on this project can not use sheet metal thickness more than 2mm.

Any way to do this?

Thanks and regards,
KS Jnanesha
Sr. Designer - Rockdrills
Atlas Copco AB
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.

2 replies

1-Visitor
September 14, 2011
Hi,

Should I assume no one has idea about this?

Cheers,
KS Jnanesha

1-Visitor
September 14, 2011
KS Jnanesha,



If you create a restricted parameter file with the following entry

{ Name = smt_thickness

Type = real

Default = 1.5

Range = [ 0 , 2 ] // 0<=value<=2



Then the user will only be able to have a thickness of between 0 and 2,
if he tries to modify above this then he'll receive the below error.











Regards



Iain