Message 1 of 4
OVERRIDE DIM`s

Not applicable
11-03-2011
12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I have a part that we use for every single project, every time we need to change part length dim. I created dwg file that shows part with dim`s and a dialog box that asks for the new value
HS = InputBox("New length", "Length", HS)
The question is : how to override dim value with the dialog box value (dimension equals HS) in iLogic?
Thanks