Message 1 of 2
Dimension of parameter being fixed when using I-logic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If Hole1 = 40 mm Then MultiValue.SetList("Length1", "60mm", "65 mm", "90mm") Length1 = 60 mm MultiValue.SetList("Length2", "60mm", "65 mm", "90mm") Length2 = 60 mm
When I use this code, when hole 1 = 40mm, length 1, 2 are fixed to 60mm, so I can't change the dimensions in the parameter window. Is there a way to make it so that when length 1, 2 are changed in the parameter window, the i-logic rule also changes and is updated?