- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I originally posted this question in the general Inventor forum, but what I'm trying to be able to do is use an exported Parameters XML file on our business server to serve as a company set of standard parameters.
As we are new to Inventor, we are currently creating these, so the list of useful, and not useful custom parameters is changing as we all become more familiar with Inventors many uses.
This has resulted in several I-logic "external rules" (also kept on the server in one location, and currently evolving) to return errors in older files that do not have all the newer parameters.
To combat this I have added a button to our "Standards" form (created again to ease the transitions to the new software) which runs the below simple script.
oDoc = ThisDoc.Document
iLogicVb.Automation.ParametersXmlLoad(ThisDoc.Document, “file location\Standard-params.xml")
This scrip essentially just imports our xml standard parameters file in whatever its current state is, from the central server location.
ACTUAL QUESTION -I know there was quite a bit a pre-amble above-
Is there a way to use this XML file import function without resetting the values of any parameters that already existed in the older files?
- Typically when i use this to update a file, it will reset all the "drop down/ multi value" parameters back to their "default" state.
first tab of Standards Form [for ref] :
originally posted here:
https://forums.autodesk.com/t5/inventor-forum/import-only-missing-parameters-from-xml/m-p/11117747/h...
Solved! Go to Solution.