• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

parametric quotas with equations

  • Thread starter Thread starter Goffry83
  • Start date Start date
if you attach the text of the equation you simplify my life and if you explain what should do even more
 
You can't put the same in the equation, now I don't know how to correct it.
double-click the quota, enter the quota editor and copy this string instead of the numerical value
=iff("d1@schizzo1"<300 , 160) , iff("d1@schizzo1"<300 .1, 192)
 
written formula correctly
=iif("d1@schizzo1"<300 , 160 , iif("d1@schizzo1"<300.1, 192, 100 ))
 
it works!!! Thank you very much. a curiosity. How come the 100 at the end? What does it represent?
 
It's part of the condition.
I try to translate the formula
=iif("d1@schizzo1"<300 , 160 , iif("d1@schizzo1"<300.1, 192, 100 ))
if d1 is less than 300 then put the quota at 160, if d1 is greater than 300,1 then put the quota at 192, otherwise put the quota at 100
you must always put an alternative condition to that request
maybe you can try to simplify by removing an iif saying that if d1 is less than 300 then put the quota at 160, otherwise whatever the value of d1 put it at 192
=if("d1@schizzo1"<300 , 160 , 192)
 
great I also tried to put a quota between two values and it works. Thank you so much for the explanation and straight.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top