<?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: Coordinate conversion using AutoCad in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649138#M19275</link>
    <description>&lt;P&gt;Are the coordinates in your CSV file in E,N,Z order?&lt;/P&gt;&lt;P&gt;When I open your PDF file I do not see anything marked "B".&amp;nbsp; I am assuming you want a drawing like the circle with the inscribed points?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 20:57:53 GMT</pubDate>
    <dc:creator>autoid374ceb4990</dc:creator>
    <dc:date>2024-03-18T20:57:53Z</dc:date>
    <item>
      <title>Coordinate conversion using AutoCad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12648494#M19274</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;A number of points were surveyed around the open end of a large pipe that was laying on the ground.&amp;nbsp; The measured coordinates are attached in the file points.csv.&amp;nbsp; When shown on the measured coordinate system the result is marked A in the attached PDF file.&amp;nbsp; I would like to know how to use AutoCad to create the result marked B in the PDF file.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 16:24:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12648494#M19274</guid>
      <dc:creator>OceanaPolynom</dc:creator>
      <dc:date>2024-03-18T16:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate conversion using AutoCad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649138#M19275</link>
      <description>&lt;P&gt;Are the coordinates in your CSV file in E,N,Z order?&lt;/P&gt;&lt;P&gt;When I open your PDF file I do not see anything marked "B".&amp;nbsp; I am assuming you want a drawing like the circle with the inscribed points?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 20:57:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649138#M19275</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2024-03-18T20:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate conversion using AutoCad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649413#M19276</link>
      <description>&lt;P&gt;The coordinates in the csv file are in Point Name E,N,Z order.&amp;nbsp; All the Point Names begin with B in the csv file.&amp;nbsp; I want a drawing like the circle with the inscribed points.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 23:31:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649413#M19276</guid>
      <dc:creator>OceanaPolynom</dc:creator>
      <dc:date>2024-03-18T23:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate conversion using AutoCad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649606#M19277</link>
      <description>&lt;P&gt;In Excel add the formula in cell F1 and fill down.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;=CONCATENATE("_point ",B1,",",C1,",",D1)&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="leeminardi_0-1710812751575.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1338723iD109FBF085EC0E66/image-size/medium?v=v2&amp;amp;px=400" role="button" title="leeminardi_0-1710812751575.png" alt="leeminardi_0-1710812751575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Copy column F1 to F11 to the clipboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In AutoCAD&lt;/P&gt;&lt;P&gt;Declare a point style, e.g.,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pdmode&lt;/STRONG&gt; 35&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;paste&lt;/STRONG&gt; the clipboard and &lt;STRONG&gt;zoom&lt;/STRONG&gt; &lt;STRONG&gt;extent&lt;/STRONG&gt; and rotate view as shown.&lt;/P&gt;&lt;P&gt;Create a &lt;STRONG&gt;UCS&lt;/STRONG&gt; with three points.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="leeminardi_1-1710812962733.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1338724i0035F899B93D7122/image-size/medium?v=v2&amp;amp;px=400" role="button" title="leeminardi_1-1710812962733.png" alt="leeminardi_1-1710812962733.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you just want to view these points head on use the &lt;STRONG&gt;plan&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;If you want to pace the point in the XY plane use &lt;STRONG&gt;align&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 01:51:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12649606#M19277</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2024-03-19T01:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate conversion using AutoCad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12650430#M19278</link>
      <description>&lt;P&gt;An even more simple solution since I do not have a newer version of AutoCAD. Visualize looking at the end of the culvert&amp;nbsp; and use the X coordinate from your CSV file. For the Y coordinate use the Z coordinate from your CSV file.&amp;nbsp; Use 0 (zero) for the Z coordinate).&amp;nbsp; Now your coordinate file would look like this:&lt;/P&gt;&lt;P&gt;1,184476.5974,19.4834,0,B1&lt;BR /&gt;2,184476.8268,20.1722,0,B2&lt;BR /&gt;3,184476.8049,20.758,0,B3&lt;BR /&gt;4,184476.5472,21.4266,0,B4&lt;BR /&gt;5,184476.1285,21.819,0,B5&lt;BR /&gt;6,184475.2061,22.0817,0,B6&lt;BR /&gt;7,184474.5603,21.8908,0,B7&lt;BR /&gt;8,184473.9719,21.3034,0,B8&lt;BR /&gt;9,184473.7467,20.6118,0,B9&lt;BR /&gt;10,184473.8047,19.8834,0,B10&lt;BR /&gt;11,184475.2898,20.3948,0,cen&lt;/P&gt;&lt;P&gt;I was in the land surveying business so I have a routine to read this type comma delimited file into AutoCAD.&amp;nbsp; I would assume that you could also change the coordinates in your CSV file and read them into whatever version of AutoCAD you have.&lt;/P&gt;&lt;P&gt;The result is shown in the attached JPG.&amp;nbsp; I manually drew the lines between points and the red circle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 11:13:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12650430#M19278</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2024-03-19T11:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate conversion using AutoCad</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12651773#M19279</link>
      <description>&lt;P&gt;I am sorry you have chosen&amp;nbsp;@&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11054766" target="_self"&gt;&lt;SPAN class=""&gt;autoid374ceb4990&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;method to give you the answer. In this case, it is not accurate and only gives an oblique view of the end of the pipe. The method only works when the coordinate system is aligned to the face of the pipe, so the coordinates have to be rectified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I plotted the original coordinates and joined them with lines. By rotating in 2D and in 3D in various views, the coordinates show the true elevation of the end of the pipe. In the picture attached, your chosen false solution is shown as a dashed green line and the true solution in blue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pipe-end.PNG" style="width: 334px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1339176i5DC3B17ECEA8B822/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pipe-end.PNG" alt="Pipe-end.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 20:06:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/coordinate-conversion-using-autocad/m-p/12651773#M19279</guid>
      <dc:creator>richard_387</dc:creator>
      <dc:date>2024-03-19T20:06:43Z</dc:date>
    </item>
  </channel>
</rss>

