Inventor DWG filename doesn't change to what I set it as

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I've written some iLogic code which should allows the user to change the sizes of the sides of an adaptor and then opens up a DWG file for the user to set their views. In an effort to automate even more, I wrote some code which would automatically set the filename and part number and all that too but the filename doesn't seem to be working correctly. It goes as:
In model, change iProperties("Summary", "Title") to the doc filename with Value1 and Value2 of the users choice in it.
In the drawing, set modeltitle as the model file's Summary: Title value using iProperties.Value feature. In the next rule, modelname = iProperties("Summary", "Title") and drawingname = [a designated server path] & modelname
My issue that under iProperties in the General Tab, the first box, something has happened and it is reading only a part of the name and not the whole thing. On top of this, the part name isn't coming out as it should.
Hope this makes sense and I appreciate all the help.
Merry Christmas!