<?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: Implementation of Inventor in APS (Forge) in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037410#M154077</link>
    <description>&lt;P&gt;I'm not an expert on this topic but this is what I Understand from the &lt;A href="https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/viewer_basics/" target="_blank" rel="noopener"&gt;Developer's Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;you need to go through these steps:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JelteDeJong_0-1686860874605.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1228322i8A0DD964C336C2C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JelteDeJong_0-1686860874605.png" alt="JelteDeJong_0-1686860874605.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I guess that iLogic is not the tool to upload files and call web api's. But if you already have an online platform then I would suggest extending it to upload the files and handle all other stuff (like authentication)&lt;/P&gt;
&lt;P&gt;Then APS can handle the translation of the files for you.&lt;/P&gt;
&lt;P&gt;The viewer is a js script and a div in your HTML&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: I just saw that the real expert already replied &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7B4B80143EBEB4F250CEEC82342F6CA1/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 20:44:39 GMT</pubDate>
    <dc:creator>JelteDeJong</dc:creator>
    <dc:date>2023-06-15T20:44:39Z</dc:date>
    <item>
      <title>Implementation of Inventor in APS (Forge)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12035617#M154006</link>
      <description>&lt;P&gt;Sorry if this is the wrong place for this post but i can't find a Autodesk Forge community, and since my question is also for a big part about Inventor, this seemed like the best place to post it. My questions are&amp;nbsp;about implementing an automated Inventor model into APS (formerly called Forge).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will summarize my situation:&lt;/P&gt;&lt;P&gt;I have an online configuration platform, in which a user can give inputs and when this is finalized a 3D STP model will be generated in Inventor and send back to the user. It works as following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Diagram current 3D.drawio.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227940iF8B4597C0D11FF79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Diagram current 3D.drawio.png" alt="Diagram current 3D.drawio.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This works fine, but lacks a live 3D viewer that updates with every input given by the user.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;While looking for 3D viewer solutions i came across APS, which is a cloud based platform that runs Autodesk services and has a 3D viewer available. This seemed like a fitting solution, since i assumed minor changes to the 3D model itself, and the main changes that are needed are the restructioning data flows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the new situation as following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Diagram forge.drawio (1).png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1227944iABBB7A887B8750F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Diagram forge.drawio (1).png" alt="Diagram forge.drawio (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;APS is new to me and i'm unsure how to go about this, right now APS seems like a black box to me. If anyone can answer some of the questions below, or give me directions to the information / contacts i need to proceed, it will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can i upload Inventor models with iLogic into the Forge platform? Structered as displayed (.iam with .ipts &amp;amp; iLogic)&lt;/LI&gt;&lt;LI&gt;If so, can i upload Inventor models with iLogic into the Forge platform myself? I want to minimalize my depency on 3rd parties&lt;/LI&gt;&lt;LI&gt;I have data packages with parameters that are pushed from the online platform, which will be used for generating a 3D model. How do i communicate these data packages to APS? For example I have seen that APS has a viewer with a UI you can give input to in order to change a model, but i want the Input to be API driven instead. Do i need something like an intermediate server with some script that recieves the data packages and translates it to an input that APS can handle?&lt;/LI&gt;&lt;LI&gt;I assume Embedding the viewer into the online platform is no problem using something like an i-frame.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:57:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12035617#M154006</guid>
      <dc:creator>Daan_M</dc:creator>
      <dc:date>2023-06-15T08:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Inventor in APS (Forge)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037359#M154073</link>
      <description>&lt;P&gt;This is the best place to get answers regarding APS-related questions:&amp;nbsp;&lt;A href="https://aps.autodesk.com/get-help" target="_blank"&gt;https://aps.autodesk.com/get-help&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to book a meeting with an expert, I recommend speaking to&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/339467"&gt;@adam.nagy&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:07:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037359#M154073</guid>
      <dc:creator>abdullah_elq</dc:creator>
      <dc:date>2023-06-15T20:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Inventor in APS (Forge)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037390#M154076</link>
      <description>&lt;P&gt;First of all please have a look at this to set your expectations regarding what's possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aps.autodesk.com/blog/create-configurator" target="_blank"&gt;https://aps.autodesk.com/blog/create-configurator&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:26:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037390#M154076</guid>
      <dc:creator>adam.nagy</dc:creator>
      <dc:date>2023-06-15T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of Inventor in APS (Forge)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037410#M154077</link>
      <description>&lt;P&gt;I'm not an expert on this topic but this is what I Understand from the &lt;A href="https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/viewer_basics/" target="_blank" rel="noopener"&gt;Developer's Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;you need to go through these steps:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JelteDeJong_0-1686860874605.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1228322i8A0DD964C336C2C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JelteDeJong_0-1686860874605.png" alt="JelteDeJong_0-1686860874605.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I guess that iLogic is not the tool to upload files and call web api's. But if you already have an online platform then I would suggest extending it to upload the files and handle all other stuff (like authentication)&lt;/P&gt;
&lt;P&gt;Then APS can handle the translation of the files for you.&lt;/P&gt;
&lt;P&gt;The viewer is a js script and a div in your HTML&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: I just saw that the real expert already replied &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7B4B80143EBEB4F250CEEC82342F6CA1/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:44:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/implementation-of-inventor-in-aps-forge/m-p/12037410#M154077</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2023-06-15T20:44:39Z</dc:date>
    </item>
  </channel>
</rss>

