<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Access parameters without Inventor running in the background in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10233915#M123253</link>
    <description>&lt;P&gt;This is good to know. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it still does not solve the issue i am trying to address (edit parameters without Inventor running).&lt;/P&gt;&lt;P&gt;So, i will leave this thread active.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 10:39:29 GMT</pubDate>
    <dc:creator>bhattarai_suyesh</dc:creator>
    <dc:date>2021-04-13T10:39:29Z</dc:date>
    <item>
      <title>Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230586#M123209</link>
      <description>&lt;P&gt;I currently have code that opens an Inventor session in the background and takes inputs from the user in a customized .net interface. The code that allows access into the Inventor parameters is as follows:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;System.Type oType = System.Type.GetTypeFromProgID("Inventor.Application");&amp;nbsp;// Start new Inventor session.&lt;BR /&gt;inventorApp = (Inventor.Application)System.Activator.CreateInstance(oType);&lt;BR /&gt;inventorApp.Visible = false;&amp;nbsp;// Make Inventor invisible.&lt;/P&gt;&lt;P&gt;inventorModel = inventorApp.Documents.Open("C:\\filename.ipt", false) as Inventor.Document;&lt;/P&gt;&lt;P&gt;PartDocument partDocument = inventorModel as PartDocument;&lt;/P&gt;&lt;P&gt;Parameters parameters = partDocument.ComponentDefinition.Parameters; //define parameters variable&lt;BR /&gt;parameters["x"].Value =&amp;nbsp; 10; //change parameter value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code opens the Inventor application and the active document in the background.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any option where we can change the parameter value without running Inventor at all?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 08:22:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230586#M123209</guid>
      <dc:creator>bhattarai_suyesh</dc:creator>
      <dc:date>2021-04-12T08:22:37Z</dc:date>
    </item>
    <item>
      <title>Betreff: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230844#M123219</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, there's no other way afaik.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 10:22:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230844#M123219</guid>
      <dc:creator>Ralf_Krieg</dc:creator>
      <dc:date>2021-04-12T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230858#M123221</link>
      <description>&lt;P&gt;Depends on what you try to do with it.&lt;/P&gt;
&lt;P&gt;Otherwise you can use apprentice server for it!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 10:29:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230858#M123221</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2021-04-12T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Betreff: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230887#M123223</link>
      <description>&lt;P&gt;I want to be able to read and write parameter values and iproperty fields of the Inventor files (asm, ipt and idw).&lt;/P&gt;&lt;P&gt;I am developing a custom UI for that takes in dimension parameter values as user input and provides weight calculations of the complete assembly. The sales team do not use Inventor but could get proper estimates on weight without bothering the design team for each sales inquiry if this was possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 10:50:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230887#M123223</guid>
      <dc:creator>bhattarai_suyesh</dc:creator>
      <dc:date>2021-04-12T10:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230912#M123224</link>
      <description>&lt;P&gt;Write parameters and edit them with apprentice is not possible.&lt;/P&gt;
&lt;P&gt;Read parameters is possible&lt;/P&gt;
&lt;P&gt;Read and write properties is possible&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 10:56:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10230912#M123224</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2021-04-12T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10233915#M123253</link>
      <description>&lt;P&gt;This is good to know. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it still does not solve the issue i am trying to address (edit parameters without Inventor running).&lt;/P&gt;&lt;P&gt;So, i will leave this thread active.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 10:39:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10233915#M123253</guid>
      <dc:creator>bhattarai_suyesh</dc:creator>
      <dc:date>2021-04-13T10:39:29Z</dc:date>
    </item>
    <item>
      <title>Betreff: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10234603#M123267</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no way to write parameters without Inventor. As parameters can affect geometry, you need Inventor to recompute your model, change depending parameters, volume, weight and so on. If your parameter is not used in your model, delete it and create instead a user defined property. This can be changed by Apprentice which is smaller and much faster to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 14:15:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10234603#M123267</guid>
      <dc:creator>Ralf_Krieg</dc:creator>
      <dc:date>2021-04-13T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10235032#M123275</link>
      <description>&lt;P&gt;Just a couple of thoughts:&lt;/P&gt;&lt;P&gt;Maybe you can have your Inventor document's parameters 'linked' to an external Excel type spreadsheet document (.xls or .xlsx), that way you can interact with the externally referenced parameters document without needing Inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or have the routine set-up within your Inventor document, where it automatically exports its Parameters to an XML document when you save/close it, then import that XML when it opens.&amp;nbsp; That way you can mess with the parameters within the XML document without Inventor, then have the result show the next time you open the Inventor document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN style="background-color: green; color: white;"&gt;&lt;STRONG&gt;ACCEPT SOLUTION&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click (LIKE or KUDOS) &lt;SPAN&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7401B55A0A518861312A0F851CD29320/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 16:14:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10235032#M123275</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-04-13T16:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236740#M123300</link>
      <description>&lt;P&gt;Another idea to do Inventor things without Inventor is Forge Inventor Design Automation: create a simple UI where the sales office enters the parameters, post model and data to Inventor Server, download computed weight, configured model, or any data available in Inventor.&lt;BR /&gt;&lt;BR /&gt;Useful links:&lt;BR /&gt;&lt;A href="https://forge.autodesk.com/en/docs/design-automation/v3/tutorials/inventor/" target="_blank" rel="noopener"&gt;https://forge.autodesk.com/en/docs/design-automation/v3/tutorials/inventor/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://inventor-config-demo.autodesk.io/" target="_blank" rel="noopener"&gt;https://inventor-config-demo.autodesk.io/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forge-showroom.autodesk.io/" target="_blank" rel="noopener"&gt;https://forge-showroom.autodesk.io/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Autodesk-Forge" target="_blank" rel="noopener"&gt;https://github.com/Autodesk-Forge&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Developer-Autodesk" target="_blank" rel="noopener"&gt;https://github.com/Developer-Autodesk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 07:47:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236740#M123300</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-04-14T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236753#M123301</link>
      <description>This is what i have been doing for the design team to speed up the workflow, as they work in inventor.&lt;BR /&gt;But the sales team are mobile and want light-weight solution. Hence, my question.</description>
      <pubDate>Wed, 14 Apr 2021 07:53:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236753#M123301</guid>
      <dc:creator>bhattarai_suyesh</dc:creator>
      <dc:date>2021-04-14T07:53:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236757#M123302</link>
      <description>Yes, this makes a lot of sense.&lt;BR /&gt;We can not expect to get the recomputed values without running the core engine, can we?&lt;BR /&gt;So the option for me would be run inventor in invisible mode to make things a tad bit quicker and less messy.</description>
      <pubDate>Wed, 14 Apr 2021 07:56:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236757#M123302</guid>
      <dc:creator>bhattarai_suyesh</dc:creator>
      <dc:date>2021-04-14T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236780#M123304</link>
      <description>Forge looks really exciting.&lt;BR /&gt;But I have long list of input parameters and have multiple optimization routines running based on those inputs. Then, more inputs based on optimization outputs.&lt;BR /&gt;I am not sure if Forge would be able to handle all of that?</description>
      <pubDate>Wed, 14 Apr 2021 08:03:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236780#M123304</guid>
      <dc:creator>bhattarai_suyesh</dc:creator>
      <dc:date>2021-04-14T08:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Access parameters without Inventor running in the background</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236834#M123305</link>
      <description>&lt;P&gt;I haven't done anything in production with Forge yet, but as far as I know and tested what can be done in a non-visible Inventor without user interaction can be accomplished in the Inventor server on Forge. So it really shouldn't matter how big your input list is.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 08:28:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/access-parameters-without-inventor-running-in-the-background/m-p/10236834#M123305</guid>
      <dc:creator>CattabianiI</dc:creator>
      <dc:date>2021-04-14T08:28:45Z</dc:date>
    </item>
  </channel>
</rss>

