druzil69
Mechanical
- Jun 18, 2012
- 16
I am new to this site but haven't found anything on what i am trying to do yet. Basically I have a final unit assembly i need to put a base under. The base is created from I-Beam. I want to set up an expression that either changes the dimensions of the i-beam according to the unit weight or suppresses/un-suppresses different size i-beams. Either is fine. However i can't seem to get the i-beams to change either way after the weight changes. Below are examples of the different expressions i created but dont seem to work. Any ideas what i am doing wrong?
Beam_Heighta if(A_Unit_Weight<=1000)(12.25)else(Beam_Heightb)
Beam_Heightb if(A_Unit_Weight>=1001&&A_Unit_Weight<=5000)(18.59)else(Beam_Heightc)
Beam_heightc if(A_Unit_Weight>=5001&&A_Unit_Weight<=10000)(24.3)else(Beam_Heightd)
Beam_Heightd if(A_Unit_Weight<=10001)(36)else(Beam_Heightb)
12" I-Beam if(A_Unit_Weight<1000)(1)else(0)
18" I-Beam if(A_Unit_Weight>1001&&A_Unit_Weight<5000)(1)else(0)
Beam_Heighta if(A_Unit_Weight<=1000)(12.25)else(Beam_Heightb)
Beam_Heightb if(A_Unit_Weight>=1001&&A_Unit_Weight<=5000)(18.59)else(Beam_Heightc)
Beam_heightc if(A_Unit_Weight>=5001&&A_Unit_Weight<=10000)(24.3)else(Beam_Heightd)
Beam_Heightd if(A_Unit_Weight<=10001)(36)else(Beam_Heightb)
12" I-Beam if(A_Unit_Weight<1000)(1)else(0)
18" I-Beam if(A_Unit_Weight>1001&&A_Unit_Weight<5000)(1)else(0)