cai_yong_li wrote: if else if endif
wojiban wrote: 你这个只用IF就可以了 if d0<=4 b=1.0 h=1.4 if d0<=5 & d0>4 b=1.5 h=2.6 ........ 这方面的东西,你可以看看PROE帮助中,关系参数的有关说明 不过我认为象这样的用族表不是更好?