<?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: Set assembly iProperties using iLogic in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3051114#M140463</link>
    <description>&lt;P&gt;Is there a way to get a property from one part to another part? The parts are not in the same assembly.&lt;/P&gt;&lt;P&gt;I tried using the ilogic code below, but I get the follow error message...&lt;/P&gt;&lt;P&gt;"iProperties:The document named "C:\iLogic Models\MyPart.ipt" was not found."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;MsgBox&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisDoc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Path&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;\MyPart.ipt&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Custom&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"MyProp&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2011 14:25:07 GMT</pubDate>
    <dc:creator>meck</dc:creator>
    <dc:date>2011-06-08T14:25:07Z</dc:date>
    <item>
      <title>Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043414#M140454</link>
      <description>&lt;P&gt;I wish to set the properties of an assembly using iLogic. I have the values of the properties in a part&amp;nbsp;that is in the assembly. I wish to pass those values from the part to the assemblies iproperties. I tried using the following code, but it gives an error saying it can not find the document "MyAssy.iam"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"MyAssy&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;.iam&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisDoc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Path&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Part Number&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=AssyNo&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I'm not even sure that this is the way to do, but it's the only way I could think of to try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank in advance!&lt;/P&gt;&lt;P&gt;Meck&lt;!-- EndFragment --&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 15:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043414#M140454</guid>
      <dc:creator>meck</dc:creator>
      <dc:date>2011-06-01T15:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043532#M140455</link>
      <description>&lt;P&gt;your close &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you just need to set the iproperties value of your assembly to the iproperties value of the part&lt;/P&gt;&lt;P&gt;here is a small example put something similar in your assembly rule.&lt;/P&gt;&lt;P&gt;the cut and paste screws the code a little, but im sure you will get the idea!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iProperties.Value&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#008080" size="3"&gt;&lt;FONT color="#008080" size="3"&gt;"Project"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" size="3"&gt;&lt;FONT color="#008080" size="3"&gt;"Part Number"&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;)= &lt;/FONT&gt;&lt;FONT color="#800080" size="3"&gt;&lt;FONT color="#800080" size="3"&gt;iProperties.Value&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;(&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#008080" size="3"&gt;&lt;FONT color="#008080" size="3"&gt;"Part1:1"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#008080" size="3"&gt;&lt;FONT color="#008080" size="3"&gt;"project"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="3"&gt;, &lt;/FONT&gt;&lt;FONT color="#008080" size="3"&gt;&lt;FONT color="#008080" size="3"&gt;"Part Number"&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:02:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043532#M140455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-01T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043564#M140456</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;It took me a while to understand what you were saying, but when the light went on I got it to work.&lt;/P&gt;&lt;P&gt;Here is the code that I used...&lt;/P&gt;&lt;P&gt;In the Part1.ipt I created a Custom Property named AssyNo and used the following code to set its value...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Custom&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;AssyNo&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=AssyNoValue&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the assembly I set the Part Number property to the custom property of Part1.ipt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Project&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Part Number&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"Part1&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;:1&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Custom&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;AssyNo&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for the help. I really appreciate it!&lt;/P&gt;&lt;P&gt;Meck&lt;!-- EndFragment --&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:25:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043564#M140456</guid>
      <dc:creator>meck</dc:creator>
      <dc:date>2011-06-01T17:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043570#M140457</link>
      <description>&lt;P&gt;you are welcome!&lt;/P&gt;&lt;P&gt;Actually there is no need to create the custom property named AssyNo&lt;/P&gt;&lt;P&gt;You can read the project property "part number" directly to your assembly&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 17:30:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043570#M140457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-01T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043726#M140458</link>
      <description>&lt;P&gt;I did see that I was able to do this, but the Part Number of Part1.ipt is different than the Part Number of the assembly. The part has code that reads from an embedded spreadsheet that lists all the part numbers that make up the assembly. It just happened that this part happens to have that information availiable to it.&lt;/P&gt;&lt;P&gt;I haven't checked yet, but I assume that you still can not pass parameters to an assembly, and that you still can not pass Text parameters at all in 2012?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 19:03:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043726#M140458</guid>
      <dc:creator>meck</dc:creator>
      <dc:date>2011-06-01T19:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043818#M140459</link>
      <description>&lt;P&gt;I&amp;nbsp;am not using 2012 so i cannot say if text parameters can be passed or not &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Not sure i fully understand what you mean by passing parameters to assemblies. This has been possible since INV 2009&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:17:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043818#M140459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-01T20:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043842#M140460</link>
      <description>&lt;P&gt;Sorry. I meant derive parameters to assemblies from parts. If it is possible, I do not know how to do it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:31:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043842#M140460</guid>
      <dc:creator>meck</dc:creator>
      <dc:date>2011-06-01T20:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043886#M140461</link>
      <description>&lt;P&gt;what you can do is link the part to the assembly and export the parameter values from the part. Then you can use these parameters in your assembly rules&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:59:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3043886#M140461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-01T20:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3044788#M140462</link>
      <description>&lt;P&gt;Whoa, I will definitely try that!&lt;/P&gt;&lt;P&gt;Thanks for all your help!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2011 15:59:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3044788#M140462</guid>
      <dc:creator>meck</dc:creator>
      <dc:date>2011-06-02T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3051114#M140463</link>
      <description>&lt;P&gt;Is there a way to get a property from one part to another part? The parts are not in the same assembly.&lt;/P&gt;&lt;P&gt;I tried using the ilogic code below, but I get the follow error message...&lt;/P&gt;&lt;P&gt;"iProperties:The document named "C:\iLogic Models\MyPart.ipt" was not found."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;MsgBox&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;iProperties&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Value&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;ThisDoc&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: bold;"&gt;Path&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-weight: bold;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;\MyPart.ipt&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;Custom&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"MyProp&lt;/SPAN&gt;&lt;SPAN style="color: #008080;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;))&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 14:25:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3051114#M140463</guid>
      <dc:creator>meck</dc:creator>
      <dc:date>2011-06-08T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3051184#M140464</link>
      <description>&lt;P&gt;﻿﻿﻿﻿It might be possible to do this, as yet i have not figured out how. However I would recommend that you do not go down this road!&lt;/P&gt;&lt;P&gt;Referencing parts which are not part of your subassembly will probably give problems. How do you know that the parts will be available ? and if you copy your assembly will you remember to take those parts also?&lt;/P&gt;&lt;P&gt;Other thing is hard coding the path to these parts. If you change the location or share the assembly with a colleague most likely the path will not be the same&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 14:51:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3051184#M140464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-08T14:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set assembly iProperties using iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3414669#M140465</link>
      <description>&lt;P&gt;Another question within same topic.&lt;/P&gt;&lt;P&gt;Quite often in&amp;nbsp;our workflow we need to create simplified standalone (link is being supressed) parts that represent external&amp;nbsp;geometry of corresponding assemblies.&lt;/P&gt;&lt;P&gt;Of course we use derive component technology.&lt;/P&gt;&lt;P&gt;But problem is: we want those parts inherit all the same iProperties (including custom and applicable physical) with all the same values.&lt;/P&gt;&lt;P&gt;I'm sure iLogic could do the trick but can't decide where to start from.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 09:30:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/set-assembly-iproperties-using-ilogic/m-p/3414669#M140465</guid>
      <dc:creator>Maxim-CADman77</dc:creator>
      <dc:date>2012-04-16T09:30:34Z</dc:date>
    </item>
  </channel>
</rss>

