<?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: Border with many sizes in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813783#M75575</link>
    <description>&lt;P&gt;However, with some custom logic, you could reprogram (reinvent the wheel so to speak) the behavior of the custom border to auto-select zone quantities upon sheet size changes.&amp;nbsp; What a drag!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 18:53:56 GMT</pubDate>
    <dc:creator>JamieVJohnson2</dc:creator>
    <dc:date>2019-05-24T18:53:56Z</dc:date>
    <item>
      <title>Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8811458#M75570</link>
      <description>Hello, I'm creating an .idw template with custom border and title block. I saw that the "Default Border" adapts itself when changing the sheet size. Ex. if I change an existing sheet from size A1 to A4 (RMB on the sheet -&amp;gt; Edit Sheet), the border changes itself, even the zone borders. Is it possible for me to create a custom file with these parameters?</description>
      <pubDate>Thu, 23 May 2019 20:45:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8811458#M75570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T20:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813225#M75571</link>
      <description>&lt;P&gt;When you Define a new border Inventor will give you a sketch with 4 locked points.&amp;nbsp; All you need to do is parametrically constrain your geometry to those 4 points.&amp;nbsp; When the 4 points (sheet size corners) move, your geometry will move with it, and you get a dynamically resizing border.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 14:59:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813225#M75571</guid>
      <dc:creator>JamieVJohnson2</dc:creator>
      <dc:date>2019-05-24T14:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813698#M75572</link>
      <description>&lt;P&gt;Thank you&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3677112"&gt;@JamieVJohnson2&lt;/a&gt; , but that part I could do it correctly. What I was not able to do is the Zone Border parameters, all in one single border. The "Detault Border" in the ISO.idw is made this way.&lt;/P&gt;&lt;P&gt;When you change the sheet size using [RMB in the Sheet -&amp;gt; Edit Sheet...], the border adapts it self without the need of any other commands.&lt;/P&gt;&lt;P&gt;Attached are the screenshots of diffrent sheet sizes, changing directly in the Edit Sheet command.&lt;/P&gt;&lt;P&gt;Is not the end of the world or stopping my work, but it would be cool if I learned something new.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 18:13:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813698#M75572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T18:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813737#M75573</link>
      <description>&lt;P&gt;I see the issue.&amp;nbsp; the DefaultBorder is a reserved object that is different than even the created Zone Borders, you can't even copy it like all other borders.&amp;nbsp; Let me look under the hood to see if there is anything we can do via code to alter that behavior.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 18:30:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813737#M75573</guid>
      <dc:creator>JamieVJohnson2</dc:creator>
      <dc:date>2019-05-24T18:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813780#M75574</link>
      <description>&lt;P&gt;Nope, not at all.&amp;nbsp; The DefaultBorder is reserved and protected.&amp;nbsp; You can't modify the IsDefault value, you can't copy the default border (parameter is incorrect), and it doesn't even have a sketch definition to be copied.&amp;nbsp; So the developers of Inventor did not make the Default 'zone border' the same type of object as the custom zone border although the API defines them both as the DrawingBorder object class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 18:52:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813780#M75574</guid>
      <dc:creator>JamieVJohnson2</dc:creator>
      <dc:date>2019-05-24T18:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813783#M75575</link>
      <description>&lt;P&gt;However, with some custom logic, you could reprogram (reinvent the wheel so to speak) the behavior of the custom border to auto-select zone quantities upon sheet size changes.&amp;nbsp; What a drag!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 18:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813783#M75575</guid>
      <dc:creator>JamieVJohnson2</dc:creator>
      <dc:date>2019-05-24T18:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Border with many sizes</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813808#M75576</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3677112"&gt;@JamieVJohnson2&lt;/a&gt;, thank you for the efforts, but it would be too much word for an average user like me. I will accept things as it is.&lt;/P&gt;&lt;P&gt;Once again, thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 19:08:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/border-with-many-sizes/m-p/8813808#M75576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-24T19:08:14Z</dc:date>
    </item>
  </channel>
</rss>

