<?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: Adding sheet size in custom property in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9267231#M156332</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've encouterd to another problem.&lt;/P&gt;&lt;P&gt;If I make a idw-file with more then one sheets, all the previous solutions (scale, sheet size, part number and discription) only work for the first sheet.&lt;/P&gt;&lt;P&gt;If I make a second sheet with another part, the program uses the data from the first sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there maybe a way to make sure that for every sheet this is different?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 14:56:50 GMT</pubDate>
    <dc:creator>thomas.vanhaecke</dc:creator>
    <dc:date>2020-01-22T14:56:50Z</dc:date>
    <item>
      <title>Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261640#M156323</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm rather new with this program.&lt;/P&gt;&lt;P&gt;I would like to add the sheet size off the used sheet to my custom property.&lt;/P&gt;&lt;P&gt;Now I have to manually add this to my title block.&lt;/P&gt;&lt;P&gt;It would be a great help if this would be automaticly changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone help me with this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 13:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261640#M156323</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-20T13:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261656#M156324</link>
      <description>&lt;P&gt;To have the sheet size automatically populated in the title block simply edit your title block and add the &amp;lt;Sheet Size&amp;gt; property where you want it to show.. No need to push it to a custom iproperty first.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SheetSize.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/718886iFF6DEB659274436A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SheetSize.PNG" alt="SheetSize.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 13:26:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261656#M156324</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2020-01-20T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261688#M156325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the fast answer.&lt;/P&gt;&lt;P&gt;But is the client we work for wants my drawings if I'm finnished with them.&lt;/P&gt;&lt;P&gt;Afterworks they upload these drawings into there system?&lt;/P&gt;&lt;P&gt;They have put standard topics into there title blocks that we may not change.&lt;/P&gt;&lt;P&gt;I we change the name the will have problems uploading the drawings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example the sheet size is cald "GEN-TITLE-SIZ"&lt;/P&gt;&lt;P&gt;If I can't change the name, so I thought maybe there is a way I can link this name to my Iproperty.&lt;/P&gt;&lt;P&gt;Then the name "GEN-TITLE-SIZ" does not have to change.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 13:38:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261688#M156325</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-20T13:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261763#M156326</link>
      <description>&lt;P&gt;Ok.. Here is ilogic code to create a custom iproperty named "GEN-TITLE-SIZ" and sets its value to the Active Sheet Size&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;iProperties.Value("Custom", "GEN-TITLE-SIZ") = ActiveSheet.Size&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:07:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261763#M156326</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2020-01-20T14:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261778#M156327</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked great for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another question if I may ask this here.&lt;/P&gt;&lt;P&gt;I have to get the partnumber and the discription of the 3D part als in this title block.&lt;/P&gt;&lt;P&gt;There is probebly a simple solution for this also.&lt;/P&gt;&lt;P&gt;Can you maybe help me with this also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:16:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261778#M156327</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-20T14:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261836#M156328</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8521556"&gt;@thomas.vanhaecke&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have another question if I may ask this here.&lt;/P&gt;
&lt;P&gt;I have to get the partnumber and the discription of the 3D part als in this title block.&lt;/P&gt;
&lt;P&gt;There is probebly a simple solution for this also.&lt;/P&gt;
&lt;P&gt;Can you maybe help me with this also.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sure...&lt;/P&gt;
&lt;P&gt;Do you want/need to use a custom iproperty again or can you just insert that into text like I originally showed..&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="partdesc.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/718900i1E20FF9500E34108/image-size/medium?v=v2&amp;amp;px=400" role="button" title="partdesc.PNG" alt="partdesc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also copy model iproperties to the drawing iproperties via tools..document settings..Drawing tab in the section at the bottom "Copy Model iproperty Settings..." button&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:46:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261836#M156328</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2020-01-20T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261887#M156329</link>
      <description>&lt;P&gt;We need to use Custom Iproperty again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Partnumber this has to be custom Iproperty "TITEL5"&lt;/P&gt;&lt;P&gt;For the Discripton this has to be custom Iproperty "TITEL6"&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:02:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9261887#M156329</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-20T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9262012#M156330</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8521556"&gt;@thomas.vanhaecke&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;We need to use Custom Iproperty again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the Partnumber this has to be custom Iproperty "TITEL5"&lt;/P&gt;
&lt;P&gt;For the Discripton this has to be custom Iproperty "TITEL6"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;ThisDrawing&lt;/SPAN&gt;.&lt;SPAN&gt;ModelDocument&lt;/SPAN&gt; &lt;SPAN&gt;IsNot&lt;/SPAN&gt; &lt;SPAN&gt;Nothing&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
&lt;SPAN&gt;Mdoc&lt;/SPAN&gt; = &lt;SPAN&gt;ThisDrawing&lt;/SPAN&gt;.&lt;SPAN&gt;ModelDocument&lt;/SPAN&gt;
&lt;SPAN&gt;Else&lt;/SPAN&gt;
&lt;SPAN&gt;MessageBox&lt;/SPAN&gt;.&lt;SPAN&gt;Show&lt;/SPAN&gt;(&lt;SPAN&gt;"This drawing has no model reference"&lt;/SPAN&gt;, &lt;SPAN&gt;"iLogic"&lt;/SPAN&gt;)
&lt;SPAN&gt;Return&lt;/SPAN&gt;
&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;


&lt;SPAN&gt;iProperties&lt;/SPAN&gt;.&lt;SPAN&gt;Value&lt;/SPAN&gt;(&lt;SPAN&gt;"Custom"&lt;/SPAN&gt;, &lt;SPAN&gt;"TITEL5"&lt;/SPAN&gt;) = &lt;SPAN&gt;Mdoc&lt;/SPAN&gt;.&lt;SPAN&gt;PropertySets&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Design Tracking Properties"&lt;/SPAN&gt;).&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Part Number"&lt;/SPAN&gt;).&lt;SPAN&gt;Value&lt;/SPAN&gt;
&lt;SPAN&gt;iProperties&lt;/SPAN&gt;.&lt;SPAN&gt;Value&lt;/SPAN&gt;(&lt;SPAN&gt;"Custom"&lt;/SPAN&gt;, &lt;SPAN&gt;"TITEL6"&lt;/SPAN&gt;) = &lt;SPAN&gt;Mdoc&lt;/SPAN&gt;.&lt;SPAN&gt;PropertySets&lt;/SPAN&gt;.&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Design Tracking Properties"&lt;/SPAN&gt;).&lt;SPAN&gt;Item&lt;/SPAN&gt;(&lt;SPAN&gt;"Description"&lt;/SPAN&gt;).&lt;SPAN&gt;Value&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:51:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9262012#M156330</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2020-01-20T15:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9263652#M156331</link>
      <description>&lt;P&gt;Thanks for the help,&lt;BR /&gt;this works perfectly &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 07:33:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9263652#M156331</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-21T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9267231#M156332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've encouterd to another problem.&lt;/P&gt;&lt;P&gt;If I make a idw-file with more then one sheets, all the previous solutions (scale, sheet size, part number and discription) only work for the first sheet.&lt;/P&gt;&lt;P&gt;If I make a second sheet with another part, the program uses the data from the first sheet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there maybe a way to make sure that for every sheet this is different?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9267231#M156332</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-22T14:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9267269#M156333</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8521556"&gt;@thomas.vanhaecke&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've encouterd to another problem.&lt;/P&gt;
&lt;P&gt;If I make a idw-file with more then one sheets, all the previous solutions (scale, sheet size, part number and discription) only work for the first sheet.&lt;/P&gt;
&lt;P&gt;If I make a second sheet with another part, the program uses the data from the first sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there maybe a way to make sure that for every sheet this is different?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There are potentially ways to address this.&lt;/P&gt;
&lt;P&gt;How will you handle the multiple custom parameters required? If so..&lt;/P&gt;
&lt;P&gt;Drawing custom parameters are per document and not per sheet..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your sheet one title block is automatically pulling its data from the "GEN-TITLE-SIZ" property what is sheet 2 going to use? Is each sheet going to have a different title block? "GEN-TITLE-SIZ PAGE 1"? "GEN-TITLE-SIZ PAGE 2"?,etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to provide exactly how each and every page and each potential custom iprop associated with each page will be handled.. Then we can surely suggest a method to achieve what you want or provide alternative suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also not sure what you have done with the code snippits I have provided.. They can be utilized in different ways..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide more detail and even examples of your drawing and how you have implemented the code segments I have provided..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The devil is always in the details..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 15:13:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9267269#M156333</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2020-01-22T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9269138#M156334</link>
      <description>&lt;P&gt;Each sheet should have a different title block.&lt;/P&gt;&lt;P&gt;For example: Sheet one has a drawing of one part and sheet two has a drawing of another part.&lt;/P&gt;&lt;P&gt;So these 2 drawings are different part, so the title block is going to be different also.&lt;/P&gt;&lt;P&gt;There wille be used a different, scale and sheet size.&lt;/P&gt;&lt;P&gt;Also the partnumber and the discription will be different.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code snippits that you have provided I have implemented into "Add Rule"&lt;/P&gt;&lt;P&gt;Then for all these rules I have put them into an "Event Trigger" "After Save Document"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have put an idw-file in attachement with 2 sheet in it.&lt;/P&gt;&lt;P&gt;I have made the drawings so that they have a different scale, sheet size, partnumber (TITEL5) and discription (TITEL6)&lt;/P&gt;&lt;P&gt;In the png-file you can see were these rules appear.&lt;/P&gt;&lt;P&gt;If you look at the second sheet of the idw-file you see that this data is the same as the first sheet.&lt;/P&gt;&lt;P&gt;The outcome for the second sheet should be as following.&lt;/P&gt;&lt;P&gt;- Scale = 1 : 1,5&lt;/P&gt;&lt;P&gt;- Sheet Size = A1&lt;/P&gt;&lt;P&gt;- TITEL5 =&amp;nbsp;Actum-ST-NEW-001-V15-V16-49&lt;/P&gt;&lt;P&gt;- TITEL6 =&amp;nbsp;UPN 100 - 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Iproperty you can see that there a few custom property's.&lt;/P&gt;&lt;P&gt;It's only for these 4 items that i want a automatic solution, the rest is for every page the same.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 08:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9269138#M156334</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-23T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding sheet size in custom property</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9279716#M156335</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you maybe need moren info from me to make a solution for the last problem?&lt;/P&gt;&lt;P&gt;It would be great if this was solved to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 14:32:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/adding-sheet-size-in-custom-property/m-p/9279716#M156335</guid>
      <dc:creator>thomas.vanhaecke</dc:creator>
      <dc:date>2020-01-28T14:32:18Z</dc:date>
    </item>
  </channel>
</rss>

