<?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: QR Code ADD-in in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13263451#M352</link>
    <description>&lt;P&gt;Thanks for letting me know. i have uploaded the resources folder now&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 00:26:59 GMT</pubDate>
    <dc:creator>Josh3GG88</dc:creator>
    <dc:date>2025-01-16T00:26:59Z</dc:date>
    <item>
      <title>QR Code ADD-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13261137#M350</link>
      <description>&lt;P&gt;Hi, all. i have a new addin i want to share and have feedback on. if anyone has a chance, please check it out and let me know of any changes i need to make. also if there are better and more efficient ways of doing things. You can find it &lt;A href="https://github.com/JoshWaldner/Autodesk-Fusion-QR-Code" target="_blank" rel="noopener"&gt;here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks, JoshW&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 01:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13261137#M350</guid>
      <dc:creator>Josh3GG88</dc:creator>
      <dc:date>2025-01-15T01:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code ADD-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13262961#M351</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that the "resources" folder is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 19:49:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13262961#M351</guid>
      <dc:creator>JeromeBriot</dc:creator>
      <dc:date>2025-01-15T19:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code ADD-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13263451#M352</link>
      <description>&lt;P&gt;Thanks for letting me know. i have uploaded the resources folder now&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 00:26:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13263451#M352</guid>
      <dc:creator>Josh3GG88</dc:creator>
      <dc:date>2025-01-16T00:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code ADD-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13263763#M353</link>
      <description>&lt;P&gt;Here are a couple of things I noticed after a quick glance.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I wouldn't create a sketch and multiple extrude features for each pixel. Instead, I would create Temporary B-Rep Box. When creating the first box, you would save it. Then, for each box after that, you would union it to the first box, so you end up with a single body containing all the pixels. Once the body is complete, you can create a real body in a base feature if the design is parametric, or if it's not, you can create the body in the root component.&amp;nbsp;Here's an example that illustrates much of the functionality supported by the TemporaryBRepManager. By doing this, you should see a dramatic improvement in the performance.&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-0f6e9ca0-dc67-49c3-b902-baf881063e24" target="_blank"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-0f6e9ca0-dc67-49c3-b902-baf881063e24&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Instead of the progress dialog, I would use the new progress bar. To use it is very similar, so it should be easy to switch over.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 16 Jan 2025 06:17:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13263763#M353</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2025-01-16T06:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: QR Code ADD-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13264781#M354</link>
      <description>&lt;P&gt;I did think of using a temporary B-Rep box/sphere, but I thought it was only for parametric modeling, making it limited to my applications. But now that I look again, I see that it should also work for direct modeling. Thanks for pointing that out for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 13:22:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/qr-code-add-in/m-p/13264781#M354</guid>
      <dc:creator>Josh3GG88</dc:creator>
      <dc:date>2025-01-16T13:22:12Z</dc:date>
    </item>
  </channel>
</rss>

