Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is the first time I'm using iLogic, and this is most likely a very easy question to answer.
What shall I write to get a prompted value to change my Model Parameter?
This is what I have so far.
OuterD = InputBox("Outer Diameter", "Dimensions",)
InnerD = InputBox("Inner Diameter", "Dimensions", )
Thickness = InputBox("Thickness", "Dimensions", )
d0 = OuterD
iProperties.Value("Custom", "Outer Diameter") = d0
iProperties.Value("Custom", "Inner Diameter") = d1
iProperties.Value("Custom", "Thickness") = d2
Bonus question:
Can I add Inputboxes into one box?
Solved! Go to Solution.