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.
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.