<?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: API vs UI projection in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6282220#M20039</link>
    <description>&lt;P&gt;yeah Brian, this is the same kind of thing we will be needing to do&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2016 15:19:03 GMT</pubDate>
    <dc:creator>MattWynn</dc:creator>
    <dc:date>2016-04-20T15:19:03Z</dc:date>
    <item>
      <title>API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6276743#M20034</link>
      <description>&lt;P&gt;I want to project a body to gets its&amp;nbsp;shilouette then project all faces with a specific normal. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it seems the api will only accept edges one at a time?&lt;/P&gt;&lt;P&gt;vs interacively i can select a body or a face to project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This results in annoyingly fragmented dxf files that dont keep edge loops intact much like solidworks exports dxf files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what black magic is going on under the hood of the interactive projection meathod? and how can i replicate them through the api?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;_sam&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 14:23:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6276743#M20034</guid>
      <dc:creator>teanau</dc:creator>
      <dc:date>2016-04-18T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6276757#M20035</link>
      <description>&lt;P&gt;Can you please provide more detail about the workflow that you're using in the user-interface?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 14:26:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6276757#M20035</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2016-04-18T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6276794#M20036</link>
      <description>&lt;P&gt;wow, that was an alarminglty quick reply, thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;create a body &amp;nbsp;( a panel of plywood with a few holes and pockets &amp;nbsp;cut in it )&lt;/P&gt;&lt;P&gt;create a sketch on a planar face&lt;/P&gt;&lt;P&gt;run the sketch &amp;gt; project command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;select the bodies option and select the panel body ( results in a shilouette of the body projected )&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;run the sketch &amp;gt; project command&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; select a pocket face with a normal matching the sketch referecen face ( this projects all the faces edges connected as an edgeloop )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may be doing something wrong, but i dont appear to be able to feed the API project anything but single edges&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the support&lt;/P&gt;&lt;P&gt;_sam&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 14:36:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6276794#M20036</guid>
      <dc:creator>teanau</dc:creator>
      <dc:date>2016-04-18T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6277031#M20037</link>
      <description>&lt;P&gt;The project method on the sketch should support taking a BRepBody object as input, but it currently does not.&amp;nbsp; I'll file a bug on that.&amp;nbsp; I don't remember if that capability was added to the product since we did that part of the API or if we just missed that in the initial implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The project method does accept a BRepFace object as input but in my testing now I see that the result is not correct.&amp;nbsp; Instead of getting sketch entities for all of the edges of the face it's just getting one edge.&amp;nbsp; I'll file a bug for that too.&amp;nbsp; Thanks for reporting these.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:52:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6277031#M20037</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2016-04-18T15:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6277113#M20038</link>
      <description>&lt;P&gt;Thanks for looking into these, this will be huge for me.&lt;/P&gt;&lt;P&gt;The behaviour you explain with faces is the same as what i experienced, i guess its the first edge of each face only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all the best&lt;/P&gt;&lt;P&gt;_sam&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:12:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6277113#M20038</guid>
      <dc:creator>teanau</dc:creator>
      <dc:date>2016-04-18T16:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6282220#M20039</link>
      <description>&lt;P&gt;yeah Brian, this is the same kind of thing we will be needing to do&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 15:19:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6282220#M20039</guid>
      <dc:creator>MattWynn</dc:creator>
      <dc:date>2016-04-20T15:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6313215#M20040</link>
      <description>&lt;P&gt;curious, did this make it into tomorrows update?&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 04:01:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6313215#M20040</guid>
      <dc:creator>teanau</dc:creator>
      <dc:date>2016-05-07T04:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6313232#M20041</link>
      <description>&lt;P&gt;Unfortunately we were too late to get it into tomorrow's update.&amp;nbsp; But the problem has been fixed and will be available in the next update, which is currently scheduled for the end of May.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 04:55:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6313232#M20041</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2016-05-07T04:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: API vs UI projection</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6313236#M20042</link>
      <description>&lt;P&gt;can i give you more than one kudos?&lt;/P&gt;&lt;P&gt;&amp;nbsp;thats great news and i really appreciate the info&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 05:06:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-vs-ui-projection/m-p/6313236#M20042</guid>
      <dc:creator>teanau</dc:creator>
      <dc:date>2016-05-07T05:06:25Z</dc:date>
    </item>
  </channel>
</rss>

