Skip to main content
1-Visitor
December 9, 2014
Question

Paramter with range value

  • December 9, 2014
  • 4 replies
  • 1774 views

Can any one tell me how create a parameter with a range of value likely (100-200) without restricted parameter...Because i the parameter range differs for various case.....I am working in Creo/Notebook for driving a part with design inputs......


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.

4 replies

16-Pearl
December 18, 2014

Hello,

Maybe you can do this by adding a relation to control the value of the parameter.

Example :

if parameter<100

parameter =100

endif

if parameter>200

parameter=200

endif

Hope this helps.

17-Peridot
December 18, 2014

Or evalgraph()

1-Visitor
December 29, 2014

how come evalgraph can be used to control the range of parameter????

i don't understand the possiblity, can you explain it for me??????