<?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: User defined coordinate system in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6324069#M19903</link>
    <description>&lt;P&gt;I love reading your blog (Mod the Machine), thank you for the information you put out there. Without your sharing, my project would have taken even longer, and thanks for your time writing&amp;nbsp;this response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am planning on going to the Fusion Conference next month, maybe I get to meet you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the rapid response, do you have an example of using the transform, is that part of the API? How can I access it? Is it possible to use the same idea in Inventor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of my problems the time Inventor takes to create the features, past a certain number (in the hundreds usually) Inventor&amp;nbsp;takes hours to create a model.&lt;/P&gt;&lt;P&gt;thank you again&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 22:06:41 GMT</pubDate>
    <dc:creator>bravaiser</dc:creator>
    <dc:date>2016-05-12T22:06:41Z</dc:date>
    <item>
      <title>User defined coordinate system</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6323939#M19901</link>
      <description>&lt;P&gt;I am hours new with Fusion, but I have some experience with Inventor. There, I was able to create a patterning tool for use on free-form surfaces. I would love to translate my code into Fusion, but I need calls to the engine similar to the ones in Inventor:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  UserCoordinateSystemDefinition oUCSDef = oCompDef.UserCoordinateSystems.CreateDefinition();

  UserCoordinateSystem oUCS = default(UserCoordinateSystem);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked through the help files but I do not see any object like oUCS, would you please give me a hand?&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here an image of what my code can do.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:33:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6323939#M19901</guid>
      <dc:creator>bravaiser</dc:creator>
      <dc:date>2016-05-12T20:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: User defined coordinate system</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6324007#M19902</link>
      <description>&lt;P&gt;That looks very cool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fusion doesn't have something called a "User defined coordinate system" but I think you might be able to use something else to get the same result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Inventor, a "User defined coordinate system" is really just a work points, three work planes, and three work axes that are grouped together and named.&amp;nbsp; You can then subsequently use those work features for other creation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Fusion you can create a new component and then using the Move command you can reposition the occurrence that reference that&amp;nbsp;component anywhere in space.&amp;nbsp; You can get the transform of the occurrence in sapce.&amp;nbsp; You'll also see in the browser that the component has the same kinds of geometry associated with it; point, planes, and axes.&amp;nbsp; You can use reference this construction geometry&amp;nbsp;when building other geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Brian&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 21:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6324007#M19902</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2016-05-12T21:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: User defined coordinate system</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6324069#M19903</link>
      <description>&lt;P&gt;I love reading your blog (Mod the Machine), thank you for the information you put out there. Without your sharing, my project would have taken even longer, and thanks for your time writing&amp;nbsp;this response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am planning on going to the Fusion Conference next month, maybe I get to meet you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the rapid response, do you have an example of using the transform, is that part of the API? How can I access it? Is it possible to use the same idea in Inventor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of my problems the time Inventor takes to create the features, past a certain number (in the hundreds usually) Inventor&amp;nbsp;takes hours to create a model.&lt;/P&gt;&lt;P&gt;thank you again&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 22:06:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6324069#M19903</guid>
      <dc:creator>bravaiser</dc:creator>
      <dc:date>2016-05-12T22:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: User defined coordinate system</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6325287#M19904</link>
      <description>&lt;P&gt;I'm glad you've found some of what I've written useful.&amp;nbsp; I will be at the Forge conference so we do need to connect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do something similar with Inventor.&amp;nbsp; You can place a part into the assembly and use the position of that part in place of the UCS.&amp;nbsp; I don't know how you're using the UCS so it's difficult to say for sure if you can do everything you need using a component instead of a UCS.&amp;nbsp; In both Inventor and Fusion, there is a Transformation property that returns the tranform matrix that defines the position of the occurrence in space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you about the compute time.&amp;nbsp; It would be good to look at in more detail to see if there are any other approaches that might be faster.&amp;nbsp; Again, maybe we can spend some time at the Forge conference.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6325287#M19904</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2016-05-13T15:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: User defined coordinate system</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6325362#M19905</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, hopefully, you have some time during the conference to discuss more in detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 16:02:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/user-defined-coordinate-system/m-p/6325362#M19905</guid>
      <dc:creator>bravaiser</dc:creator>
      <dc:date>2016-05-13T16:02:17Z</dc:date>
    </item>
  </channel>
</rss>

