<?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: ERASED in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681021#M98043</link>
    <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After thousand attempts, I was able to do it as follow:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Manually connect points with a polyline;&lt;/P&gt;&lt;P&gt;2. Using a LISP by this forum that, selecting the polylines, extract their vertex coordinates;&lt;/P&gt;&lt;P&gt;3. I copied the coordinates to Excel and then i've exported them to MATLAB and the result is the following desiderd one with POLYSHAPE.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805245i893FCC6F882B4073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cattura.PNG" alt="Cattura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is: the shape is not so correct, because the points are not enough. Increasing that number it's impossible to connect them manually with polyline. I have to find a better way to extract coordinates of those points keeping their order to draw them properly in Matlab.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Aug 2020 08:20:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-09T08:20:04Z</dc:date>
    <item>
      <title>How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680524#M98030</link>
      <description>&lt;P&gt;Hi!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm experiencing the following problem. I'd like to export&amp;nbsp;to an Excel file, using DATAEXTRACTION function, the XY positions of the profile below, composed by 10000 points, referring to the coordinate system shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura.PNG" style="width: 258px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805138i294C64F27FDA0B40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cattura.PNG" alt="Cattura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The extraction is correctly executed, but the coordinates seems not to refer to the coordinate system shown above. The matrix is composed by many negative Y coordinates and no negative X coordinates...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try to plot the coordinates in Matlab using POLYSHAPE function, an error message is visualized: "Polyshape has duplicate vertices, intersections, or other inconsistencies that may produce inaccurate or unexpected results. Input data has been modified to create a well-defined polyshape" and the result is the following one:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura1.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805139i1049129921973AF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cattura1.PNG" alt="Cattura1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know which might be the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:03:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680524#M98030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-08T15:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680534#M98031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i see that you have a non world ucs icon , i suggest to make your ucs in world mode , UCS command &amp;gt;&amp;gt; World&amp;nbsp; &amp;nbsp;then try your dataextraction and see if any changes ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:17:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680534#M98031</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2020-08-08T15:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680549#M98032</link>
      <description>&lt;P&gt;Thank you for your answer. Now the coordinates are positive and negative as i was expecting, but the plot result in Matlab is wrong. If i try to draw it as a set of points the result seems correct:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura3.PNG" style="width: 200px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805142i214D2D1C0027EBAE/image-size/small?v=v2&amp;amp;px=200" role="button" title="Cattura3.PNG" alt="Cattura3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i need to draw it as an "area" so the points must be connected using a function like POLYSHAPE that keeps giving me that error and the result is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura4.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805143i548C0D85E984646F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cattura4.PNG" alt="Cattura4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:32:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680549#M98032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-08T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680553#M98033</link>
      <description>&lt;P&gt;you have to know that the way you select your CAD elements while dataextraction is effect your final result . i mean that your coordinates must be in a proper order to get a proper right shape .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:40:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680553#M98033</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2020-08-08T15:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680557#M98034</link>
      <description>&lt;P&gt;So, when it asks me to select the part, the way i do it affects the result? Is there a better way to select the points?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:48:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680557#M98034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-08T15:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680558#M98035</link>
      <description>&lt;P&gt;honestly .. trial and error is the way for success .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:51:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680558#M98035</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2020-08-08T15:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680683#M98036</link>
      <description>&lt;P&gt;You're right. AutoCAD seems to export points coordinates' in "zig zag" mode as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805174i327297463E3BCC14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cattura.PNG" alt="Cattura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't really know how to select the points properly to make it know which profile to follow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 19:26:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680683#M98036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-08T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680721#M98037</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For better understanding, and to get further help, please upload such sample.dwg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 20:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680721#M98037</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-08-08T20:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680727#M98038</link>
      <description>&lt;P&gt;I've uploaded two files as examples.&lt;/P&gt;&lt;P&gt;In the dwg files , i have to export the coordinates of the tool points. The export is the xls file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i try to plot the coordinates in Matlab with POLYSHAPE, tool profile is wrong. I'm sure that the problem is the order in which AutoCAD export coordinates but i am not able to correct it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 20:31:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680727#M98038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-08T20:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680734#M98039</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp; I will try it, to get such data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 20:41:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680734#M98039</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-08-08T20:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly export point coordinates to Excel file.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680737#M98040</link>
      <description>&lt;P&gt;Ok, thank you! It's not simple, because AutoCAD seems to export coordinates in random mode and when you try to plot them, Matlab tries to link opposite points without logic. I think the goal is to sort the coordinates so that consecutive points are actually geometrically consecutive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 20:46:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680737#M98040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-08T20:46:38Z</dc:date>
    </item>
    <item>
      <title>ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680856#M98041</link>
      <description>&lt;P&gt;ERASED BY DEVITG&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 00:30:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680856#M98041</guid>
      <dc:creator>devitg</dc:creator>
      <dc:date>2020-08-09T00:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680959#M98042</link>
      <description>&lt;P&gt;I can't see your answer&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution is to mantain some way the sequence of points when exporting the coordinates. I was thinking to try drawing a polyline between all points and then exporting the vertices coordinates... Maybe this way an order could be mantained. The problem is that i can't manually draw a polyline between 10 000 points or more. I need something more automatic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 05:29:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9680959#M98042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-09T05:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681021#M98043</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After thousand attempts, I was able to do it as follow:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Manually connect points with a polyline;&lt;/P&gt;&lt;P&gt;2. Using a LISP by this forum that, selecting the polylines, extract their vertex coordinates;&lt;/P&gt;&lt;P&gt;3. I copied the coordinates to Excel and then i've exported them to MATLAB and the result is the following desiderd one with POLYSHAPE.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Cattura.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805245i893FCC6F882B4073/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cattura.PNG" alt="Cattura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is: the shape is not so correct, because the points are not enough. Increasing that number it's impossible to connect them manually with polyline. I have to find a better way to extract coordinates of those points keeping their order to draw them properly in Matlab.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":downcast_face_with_sweat:"&gt;😓&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 08:20:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681021#M98043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-09T08:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681068#M98044</link>
      <description>&lt;P&gt;Here a &lt;A href="https://autode.sk/2F080PG" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;video&amp;lt;&amp;lt;&lt;/A&gt; how to create a new polyline. While creating the mesh you can (if necessary) decrease the value of "Mesh distance from original faces" to get more vertices in the Polyline (better accuracy).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 09:55:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681068#M98044</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2020-08-09T09:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681084#M98045</link>
      <description>&lt;P&gt;I think an important question to ask is why do you need so many points?&amp;nbsp; What do you plan to do with the shape that it requires that level of detail?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 11:19:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681084#M98045</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2020-08-09T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681101#M98046</link>
      <description>&lt;P&gt;I need that level of detail to be able to subtract from the blank area an accurate simulation of the real shape that the tool creates in reality and i'm trying if the best solution is doing it from AutoCAD or Matlab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think now to be able to do that simulation doing a dynamic plot of tool and blank with the following structure. The cycle is done on all time step of the working process with known Delta(time). I've correctly (but in a too difficult way, i have to try another method) exported the tool and blank as matrices composed by points coordinates. Those points will be plotted on the same graph and rototranslated of known quantities and replot and so on. For every step of the cycle i make a subtraction of the two pieces. This is it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i have to find a better way to export the points coordinates of tool and blank.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 11:47:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681101#M98046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-09T11:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681115#M98047</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to do it as follow:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Manually connect points with a polyline;&lt;/P&gt;
&lt;P&gt;..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is: the shape is not so correct, because the points are not enough. Increasing that number it's impossible to connect them manually with polyline. &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try what I posted &lt;A href="https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681068#M1027830" target="_blank" rel="noopener"&gt;above&lt;/A&gt; (Post #15)? Without additional manual effort you can increase the number of points almost at will (you have only to increase the accuracy of the mesh as described above).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 12:09:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681115#M98047</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2020-08-09T12:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681121#M98048</link>
      <description>&lt;P&gt;No, i saw your video and it seems a very good idea. I'll try soon. I hope that when i export points coordinates in a matrix, after increasing the accuracy, they will mantain their order as they did doing it manually, but i think they will. I'll give you soon a feedback.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 12:13:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681121#M98048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-09T12:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERASED</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681142#M98049</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that when i export points coordinates in a matrix, after increasing the accuracy, they will mantain their order as they did doing it manually,&amp;nbsp; &lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the video is shown only how to create a polyline with a high number of vertices. As higher the number of vertices as better follows the new polyline the source polyline.&lt;/P&gt;
&lt;P&gt;After creating the new polyline you should of course do the steps&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;2. Using a LISP by this forum that, selecting the polylines, extract their vertex coordinates; &lt;/EM&gt;[we don't know which LISP]&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;3. I copied the coordinates to Excel and then i've exported them to MATLAB .&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not shown in the video because I think this is clear&amp;nbsp; and works for you as desired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 12:57:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-correctly-export-point-coordinates-to-excel-file/m-p/9681142#M98049</guid>
      <dc:creator>j.palmeL29YX</dc:creator>
      <dc:date>2020-08-09T12:57:10Z</dc:date>
    </item>
  </channel>
</rss>

