
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have a lifting lug which is sized according to the weight it is able to lift. The lugs size parameters are controlled by one multivalue parameter "Tank_Lifting_Lug_WWL_Tonnes". I am currently selecting these size parameters by using Case Select, but wanted to know if there is a more efficient way it could be done? Possible by getChoice = Choose(index, "first", "second", "third")? Below is a list of the values for each instance of the lug. If for example you were to choose: "Tank_Lifting_Lug_WWL_Tonnes" 3 then
"Tank_Lifting_Lug_Hole_DIA" would = 36
"Tank_Lifting_Lug_Hole_to_Base" would = 44 etc
List of Values:
MultiValue.List("Tank_Lifting_Lug_WWL_Tonnes", 2, 3, 4, 5, 6, 8, 10)
("Tank_Lifting_Lug_Hole_DIA", 28, 36, 39, 42, 46, 57, 60)
("Tank_Lifting_Lug_Hole_to_Base", 36, 44, 50, 54, 62, 67, 76)
("Tank_Lifting_Lug_Edge_Flat_Length", 14, 17, 22, 22, 24, 28, 31)
("Tank_Lifting_Lug_Base_Width", 100, 127, 141, 151, 184, 203, 215)
("Tank_Lifting_Lug_Plate_THK", 16, 20, 25, 25, 28, 32, 36)
("Tank_Lifting_Lug_Outside_RAD", 42, 54, 59, 63, 69, 86, 90)
Thanks
Solved! Go to Solution.