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

functions for quotas in solidworks 2012

  • Thread starter Thread starter FIGOR71
  • Start date Start date

FIGOR71

Guest
Hello, everyone.
I have to create a part, (type a tube with flange), where according to the diameter vary the number of holes of the flange and thicknesses and other things.
the functions "if" used in excel works great, but in solidworks nn wants to know.
for the series, if a<100 c=10 d=30 etc., if a<200 c=20 d=40 etc.
I hope I've been clear. . .

example in excel: =se(a1>1200;60;se(a1>1000;60;se(a1>630;50;se(a1>400;40;se(a1>160;30;25)))))

converted into solidworks:
=if("diameter tube@schizzo1">1200;60;if("diameter tube@schizzo1">1000;60;if("diameter tube@schizzo1">630;50;if("diameter tube@schizzo1">400;40;if("diameter tube@schizzo1">160;30;25))))))))))))

I repeat, nn works.. .
Thank you.
 

Forum statistics

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

Members online

No members online now.
Back
Top