<?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: 3d matrix build and calculation in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864055#M13979</link>
    <description>&lt;P&gt;What do you mean by "zero 3D matrix"? Also, what do you mean by a "point in zero 3d matrix"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Matrix3D object represents a 4x4 matrix that is used for affine transformations in 3d space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mention you want a 10x10x10 matrix.. I think? If so, the Matrix3D object is almost certainly not what you're looking for. You can use normal python lists (i.e. a list of lists of lists) to get that sort of data structure, but you'll need to implement any sort of matrix computation on that data structure yourself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also look at using something like numpy, which has better support for these sorts of mathematical operations.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 01:07:37 GMT</pubDate>
    <dc:creator>JesusFreke</dc:creator>
    <dc:date>2019-06-21T01:07:37Z</dc:date>
    <item>
      <title>3d matrix build and calculation</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864042#M13978</link>
      <description>&lt;P&gt;I have read the documentation&amp;nbsp;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-b831d9f4-c231-4b9f-9b4d-658614ecdc79" target="_blank"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-b831d9f4-c231-4b9f-9b4d-658614ecdc79&lt;/A&gt;. But it is lacking of example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you give me some advice in python as following:&lt;/P&gt;&lt;P&gt;1. I want to create zero 3D matrix (10*10*10)&lt;/P&gt;&lt;P&gt;2. The following points in zero 3D matrix is 1&amp;nbsp; &amp;nbsp;A1(0,0,O)&amp;nbsp; ,A2(1,1,1),&amp;nbsp; A3(1,5,6), A4(2,5,7), A5(3,9,10), A6(5,10,10), A7(6,9,9), A8(10,10,10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 00:49:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864042#M13978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T00:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: 3d matrix build and calculation</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864055#M13979</link>
      <description>&lt;P&gt;What do you mean by "zero 3D matrix"? Also, what do you mean by a "point in zero 3d matrix"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Matrix3D object represents a 4x4 matrix that is used for affine transformations in 3d space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mention you want a 10x10x10 matrix.. I think? If so, the Matrix3D object is almost certainly not what you're looking for. You can use normal python lists (i.e. a list of lists of lists) to get that sort of data structure, but you'll need to implement any sort of matrix computation on that data structure yourself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also look at using something like numpy, which has better support for these sorts of mathematical operations.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 01:07:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864055#M13979</guid>
      <dc:creator>JesusFreke</dc:creator>
      <dc:date>2019-06-21T01:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: 3d matrix build and calculation</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864088#M13980</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;BR /&gt;I have test in fusion API&amp;nbsp; that connect&amp;nbsp;start point to end point&amp;nbsp;And I attach the CSV data.&lt;/BLOCKQUOTE&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="WX20190621-100633@2x.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/649401i45EB967310D4CF90/image-size/large?v=v2&amp;amp;px=999" role="button" title="WX20190621-100633@2x.png" alt="WX20190621-100633@2x.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the result is&amp;nbsp;interference.&amp;nbsp; My finial aim is connecting start point to end point without interference for every line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have test in Matlab about matrix.but i don't know how to deal it in fusion 360 api with python ,maybe matrix 3d&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 02:15:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/3d-matrix-build-and-calculation/m-p/8864088#M13980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T02:15:03Z</dc:date>
    </item>
  </channel>
</rss>

