<?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: Item number from assembly drawing to part drawing in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717528#M93026</link>
    <description>&lt;P&gt;One way is to create a custom iproperty in each part, populate the assembly number in the BOM where each part is exposed for editing and retrieve this iproperty in the drawing. This will work for custom parts only as a standardized/library part will need a new assembly number.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think it is best not to track the relationships in this way as it removes flexibility in the design stage later. The design should be tracked from the top down and not bottom up by means of the parts list. But of course it can depend on your tracking needs.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 14:26:22 GMT</pubDate>
    <dc:creator>A.Acheson</dc:creator>
    <dc:date>2021-10-27T14:26:22Z</dc:date>
    <item>
      <title>Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717336#M93023</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one problem.&lt;/P&gt;&lt;P&gt;I have assembly drawing in one idw, and every part in its own idw.&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i dont have usual configuration like one idw drawing for assembly and more sheets for parts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i made assembly drawing i put part list in it, and evey part have its own item number.&lt;/P&gt;&lt;P&gt;now i made part drawings in seperate idw, and i would like to get item number from assembly drawing and link it to new part drawing.&lt;/P&gt;&lt;P&gt;how is this possible?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 13:28:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717336#M93023</guid>
      <dc:creator>Goran.JutrisaR5QUS</dc:creator>
      <dc:date>2021-10-27T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717496#M93024</link>
      <description>&lt;P&gt;Do you mean get the Parts List / BOM table item number from the assembly drawing to use in each part drawing?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:12:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717496#M93024</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2021-10-27T14:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717501#M93025</link>
      <description>&lt;P&gt;My way of doing this may not be an 'out-of-the-box' solution, but it's worked well for me over the course of many years.&amp;nbsp;There are 5 things to keep in mind when doing it like I do:&lt;/P&gt;&lt;P&gt;1. Don't use the 'Item',&lt;/P&gt;&lt;P&gt;2. Make your own part number from one of the other iProperties or from a User iProperty,&lt;/P&gt;&lt;P&gt;3. Assign all part numbers in the assembly BOM. I usually do this near the end of modeling.&lt;/P&gt;&lt;P&gt;4. Setup your idw so the part number (iProperty) is referenced somewhere in the&amp;nbsp;titleblock text. Every company has their own titleblock and drawing standard, so you have to us whatever is the standard.&lt;/P&gt;&lt;P&gt;5. The 'Part Number' is the only iProperty that Inventor uses to identify SAME parts in the BOM and PartsList. So you can use that to 'RollUp' your idw PartsList. RollUp means all the same parts will combine into one line item in the PartsList. So I reserved the 'Part Number' iProperty for 'RollUp' only. That simplifies my method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since my part number is a compound part number I won't explain it to you b/c it can be confusing.&lt;/P&gt;&lt;P&gt;But I will tell you that I use 'Stock Number' as the part number that shows up in the idw PartsList. You just have to rename the PartsList column from 'Stock Number' to whatever you call your part number. Mine is 'MARK', since in the structural steel industry they call the part number a part's "Mark" or "Mark Number". It's the MARK they put on each part so the guys on the construction site can identify it on the drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached illustration...&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:56:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717501#M93025</guid>
      <dc:creator>cadman777</dc:creator>
      <dc:date>2021-10-27T14:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717528#M93026</link>
      <description>&lt;P&gt;One way is to create a custom iproperty in each part, populate the assembly number in the BOM where each part is exposed for editing and retrieve this iproperty in the drawing. This will work for custom parts only as a standardized/library part will need a new assembly number.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think it is best not to track the relationships in this way as it removes flexibility in the design stage later. The design should be tracked from the top down and not bottom up by means of the parts list. But of course it can depend on your tracking needs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:26:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717528#M93026</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2021-10-27T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717562#M93027</link>
      <description>&lt;P&gt;Thanks guys, i understand everything what you wrote, and i am used to worked like this.&lt;/P&gt;&lt;P&gt;But my company migrated to Voult and i would like to automatize as much as possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;creating custom property for item number is my back up plan and i am trying to avoid this.&lt;/P&gt;&lt;P&gt;If someone knows how to get default item number from part list from assembly drawing to link it to part in new created idw drawing it would be enlightening &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 14:31:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717562#M93027</guid>
      <dc:creator>Goran.JutrisaR5QUS</dc:creator>
      <dc:date>2021-10-27T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717667#M93028</link>
      <description>Most likely this can only be done by exporting the item numbers and iLogic.</description>
      <pubDate>Wed, 27 Oct 2021 15:02:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717667#M93028</guid>
      <dc:creator>Gabriel_Watson</dc:creator>
      <dc:date>2021-10-27T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717705#M93029</link>
      <description>&lt;P&gt;By default, Inventor makes the initial Part Number iproperty of a part/assembly file the same as the file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In our process part number=.ipt/.iam filename=.ipn filename=.idw filename.&amp;nbsp; Our Parts Lists on drawings show both the Item number and the Part Number.&amp;nbsp;&amp;nbsp;The item number on an assembly print is an index number that is only valid on that drawing and has no other use at all.&amp;nbsp; The Part Number is pulled from the model's Part Number iproperty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We use the Numbering Scheme tool in Vault Professional to generate filenames/part numbers when the model is saved for the first time.&amp;nbsp; We also make sure that the drawing filename matches the model filename.&amp;nbsp; See:&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/support/vault-products/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Vault-Admin/files/GUID-F5356B61-194B-45BF-8B92-31C299A37206-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/vault-products/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/Vault-Admin/files/GUID-F5356B61-194B-45BF-8B92-31C299A37206-htm.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:16:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717705#M93029</guid>
      <dc:creator>swalton</dc:creator>
      <dc:date>2021-10-27T15:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Item number from assembly drawing to part drawing</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717743#M93030</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10258459"&gt;@Goran.JutrisaR5QUS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are likely best to do this in vault manually. I don't believe there is any iLogic that can do this for drawings automatically as there is a child parent relationship that is only visible through the parent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;An iLogic rule could be used to simply inject the number into each drawing file externally of the assembly ,&amp;nbsp; looking at each drawing file in a folder, figure out if the drawing has a part file or not by either looking at it's contents or by a pattern in the filename then inject the number. So this would be a drawing to drawing information transfer with no link to the drawing or assembly or parts.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. Alternative is to run&amp;nbsp;an iLogic rule in the assembly look at each part if the drawing is named the same as the&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; part in a given location (where the part is held), open each drawing and inject the assembly number.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 15:28:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/item-number-from-assembly-drawing-to-part-drawing/m-p/10717743#M93030</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2021-10-27T15:28:36Z</dc:date>
    </item>
  </channel>
</rss>

