<?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 Working with Electronics Projects (Eagle model) in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/9970502#M9850</link>
    <description>&lt;P&gt;Is there any way to link between Eagle ULP/scripts and the Fusion360 data model, such as to run an Eagle ULP on a PCB schematic or PCB layout to extract information - I'm specifically looking to be able to synchronize attributes from electronics components into the 3D model data, a single parameter/attribute would be sufficient if I could find the part Reference Designator (ie 'R23' for the 23rd resistor) and decorate the 3D model object with the unique part number information used in my component library instead of the package name from the 3D footprint/package.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2020 04:38:18 GMT</pubDate>
    <dc:creator>tedEUQZT</dc:creator>
    <dc:date>2020-12-31T04:38:18Z</dc:date>
    <item>
      <title>Working with Electronics Projects (Eagle model)</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/9970502#M9850</link>
      <description>&lt;P&gt;Is there any way to link between Eagle ULP/scripts and the Fusion360 data model, such as to run an Eagle ULP on a PCB schematic or PCB layout to extract information - I'm specifically looking to be able to synchronize attributes from electronics components into the 3D model data, a single parameter/attribute would be sufficient if I could find the part Reference Designator (ie 'R23' for the 23rd resistor) and decorate the 3D model object with the unique part number information used in my component library instead of the package name from the 3D footprint/package.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 04:38:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/9970502#M9850</guid>
      <dc:creator>tedEUQZT</dc:creator>
      <dc:date>2020-12-31T04:38:18Z</dc:date>
    </item>
    <item>
      <title>Working with Electronics Projects (Eagle model)</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/10057297#M9851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7743196"&gt;@tedEUQZT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just found this question still unanswered.... I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Currently you could extract data from schematic and board components and save it as a list or in any other format. But I am sorry, there is no direct connection to the 3D world. The User Language lacks here functionality. It was developed long time before the integration into Fusion.&amp;nbsp;&lt;BR /&gt;There a lot of things going on for Electronics in Fusion, and as far as I know there is planned to have a replacement for the User Language which should be more flexible and more Fusion-ish.....&amp;nbsp; but I do not know of concrete plans or of an estimated date to be released or so...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 14:10:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/10057297#M9851</guid>
      <dc:creator>RichardHammerl</dc:creator>
      <dc:date>2021-02-04T14:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Electronics Projects (Eagle model)</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/10057922#M9852</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4399120"&gt;@RichardHammerl&lt;/a&gt;&amp;nbsp;this is a bit evasive, I know you cannot commit here to some specific implementation date, but either this is a planned feature with a TBD date, or this hasnt been justified as something to do and I shouldn't make any plans on ever having the functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm asking because this is a &lt;STRONG&gt;_REQUIRED&lt;/STRONG&gt;_ functionality, not a nice to have. If something like this doesn't exist and wont within a reasonable timeframe I may have to take my CAD tooling elsewhere. We know Altium has this capability, as does Mentor, Cadence, etc. - and even EAGLE Standalone has this capability, so using Fusion360 as the front end is &lt;STRONG&gt;LESS&lt;/STRONG&gt; capable than the prior tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So lets cut to the chase. I know that Fusion360 has some code that exists specifically in the interface between the Eagle binary and the Fusion360 binary that is used to transform data extracted from the Eagle files/database - thats how you create the 3D model of a PCB from the component footprints - if that runs as a ULP within the Eagle environment which can be modified to extend the data fields moved between the tools, that would be one solution. Allow the user to select additional attributes within the EAGLE database to be applied to the entities created during the 2D-to-3D conversion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A better solution would be to use the connector which exists to probe between the environments for arbitrary ULP calls, returning the EAGLE console output from the ULP back to Fusion360. Then I could parse the ULP output string, and decorate the 3D objects using the standard Fusion360 API object model.&amp;nbsp; I'm sure there are a ton of other use cases for something generic like this, and it would help to make both tools more usable for actual commercial/industrial electronics designers.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 17:27:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/working-with-electronics-projects-eagle-model/m-p/10057922#M9852</guid>
      <dc:creator>tedEUQZT</dc:creator>
      <dc:date>2021-02-04T17:27:42Z</dc:date>
    </item>
  </channel>
</rss>

