<?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: Extracting x, y, z information form a .DWG file in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9064285#M126307</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; Basically you can extract any data from the dwg&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Sorry, not correct, you can not use &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_DATAEXTRACTION&lt;/FONT&gt;&lt;/STRONG&gt; to export vertex coordinates of polylines.&lt;/P&gt;
&lt;P&gt;And I guess that is what the OP is looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 09:33:20 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2019-10-03T09:33:20Z</dc:date>
    <item>
      <title>Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056041#M126299</link>
      <description>&lt;P&gt;I have a few drawing files that contain both point and line type geometry. I need to export this data into a PostgreSQL data base.&lt;BR /&gt;However, when extracting the line type geometry, only the first z value (first point of the line) is used for the remaining values for x and y.&lt;BR /&gt;&lt;BR /&gt;Is there a way to extract all the values for the lines within the drawing file? Ideally I would want something that is similar to:&lt;BR /&gt;Line1 - ((X1, Y1, Z1) (X2, Y2, Z2) (Xn, Yn, Zn)) etc.&lt;/P&gt;&lt;P&gt;Line2 - ((X1, Y1, Z1) (X2, Y2, Z2) (Xn, Yn, Zn)) etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, is there a way to import a CAD file into PostgreSQL so that all X,Y,Z values are imported?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 03:18:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056041#M126299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T03:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056046#M126300</link>
      <description>&lt;P&gt;the command you need is eattext. This will export any graphical or data in your drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You choose to select objects or use whole file to extract x, y, &amp;amp; Z as required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 03:23:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056046#M126300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T03:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056152#M126301</link>
      <description>&lt;P&gt;I've tried using this command, but I have not been able to extract x,y,z information for the polylines/ lines that I am interested in. Is there a step that I'm not completing correctly?&amp;nbsp;&lt;BR /&gt;Currently, I've exported to a .xls format, and all the values that have a&amp;nbsp;&lt;STRONG&gt;Name&amp;nbsp;&lt;/STRONG&gt;of "line", "polyline" or "3Dpolyline" have no values in the "position x", "position y", "position z" columns.&lt;BR /&gt;This is the information that I am looking for.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 06:10:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056152#M126301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-30T06:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056231#M126302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I need to export this data into a PostgreSQL data base&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Do you only have plain AutoCAD or do you have AutoCAD Map 3D as product.&lt;/P&gt;
&lt;P&gt;If you have only AutoCAD installed, do you have access to AutoCAD toolsets? If yes you can install AutoCAD Map 3D which gives you direct access to PostgreSql and also command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_MAPEXPORT&lt;/FONT&gt;&lt;/STRONG&gt; for exporting CAD-geometry to GIS-data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; when extracting the line type geometry, only the &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; first z value (first point of the line) is used&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;What command are you using to get that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 07:25:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9056231#M126302</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-30T07:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9061225#M126303</link>
      <description>&lt;P&gt;Unfortunately I don't have access to these specialised tools, just the standard AutoCAD environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not using any commands at the moment. I have a shape file that I&amp;nbsp;&lt;U&gt;assume&lt;/U&gt;&amp;nbsp;is a direct copy of the .DWG file. So I've imported the shape file into QGIS, then imported into PostgrSQL database. However, like I mentioned before, only the z value (elevation) of the first vertices is used for the rest of the vertices. Are you aware of other ways to extract information from .DWG files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I thought that if I could somehow extract the x,y,z of all the vertices of all the lines, I could create some kind of script to import into PostgrSQL/ QGis. But so far have had no luck.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 23:56:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9061225#M126303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-01T23:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9061584#M126304</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; I thought that if I could somehow extract the x,y,z of &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; all the vertices of all the lines&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;A list of points does not help as you then lose the information about how these points are connected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Are you aware of other ways to extract information from .DWG files?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Yes, DXF as the most common file format for cad geometry data exchange.&lt;/P&gt;
&lt;P&gt;But I don't know the tools you have to import the data to PostgreSQL, do you have FME?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 07:42:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9061584#M126304</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-02T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9063718#M126305</link>
      <description>&lt;P&gt;This is why I mention eattext as this is native in Autocad no addin or plugins required. if your on R2019 then you'll need to use -eattext&lt;/P&gt;&lt;P&gt;I use this to get a poins file form 2D survey plans to create topography in Revit. Basically you can extract any data from the dwg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the steps if you not familiar&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;STRONG&gt;EATTEX&lt;/STRONG&gt;T command is an eight-page&amp;nbsp;&lt;STRONG&gt;Data Extraction&lt;/STRONG&gt;&amp;nbsp;wizard. That allows the user to get the desired shopping list of ingredients to make the point file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 1 can&amp;nbsp;&lt;STRONG&gt;Create a new data extraction&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01bb09fd34a4970d.png" style="width: 445px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683917iB9495158F2136C0C/image-dimensions/445x302?v=v2" width="445" height="302" role="button" title="6a0115711b8d26970b01bb09fd34a4970d.png" alt="6a0115711b8d26970b01bb09fd34a4970d.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 2 sets the&amp;nbsp;&lt;STRONG&gt;Data source&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01bb09fd34b7970d.png" style="width: 456px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683918i47FEF75911CF4DE9/image-dimensions/456x306?v=v2" width="456" height="306" role="button" title="6a0115711b8d26970b01bb09fd34b7970d.png" alt="6a0115711b8d26970b01bb09fd34b7970d.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 3 allows to select the&amp;nbsp;&lt;STRONG&gt;attributed block&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01bb09fd34c2970d.png" style="width: 453px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683919iF8091B9F7E1D7EF5/image-dimensions/453x309?v=v2" width="453" height="309" role="button" title="6a0115711b8d26970b01bb09fd34c2970d.png" alt="6a0115711b8d26970b01bb09fd34c2970d.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 4 allows for a Category filter of the&amp;nbsp;&lt;STRONG&gt;Attribute&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;Geometry&lt;/STRONG&gt;. Also checking the box of the&amp;nbsp;&lt;STRONG&gt;XYZ&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Property.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01b8d2e442ab970c.png" style="width: 454px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683920i901FBB63FA0A838C/image-dimensions/454x303?v=v2" width="454" height="303" role="button" title="6a0115711b8d26970b01b8d2e442ab970c.png" alt="6a0115711b8d26970b01b8d2e442ab970c.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 5 allows to set the order of the columns by dragging them to a&amp;nbsp;&lt;STRONG&gt;Northing Easting Elevation&lt;/STRONG&gt;&amp;nbsp;format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01b7c95a0313970b.png" style="width: 456px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683921i50781B4B99BA5024/image-dimensions/456x305?v=v2" width="456" height="305" role="button" title="6a0115711b8d26970b01b7c95a0313970b.png" alt="6a0115711b8d26970b01b7c95a0313970b.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 6 Allows to set the&amp;nbsp;&lt;STRONG&gt;Output data to external file (xls, csv, mdb, txt)&amp;nbsp;&lt;/STRONG&gt;In this case&amp;nbsp;&lt;STRONG&gt;CSV&lt;/STRONG&gt;&amp;nbsp;is selected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01b7c95a031d970b-800wi.png" style="width: 454px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683922i74D0B45B0EDC9A3F/image-dimensions/454x301?v=v2" width="454" height="301" role="button" title="6a0115711b8d26970b01b7c95a031d970b-800wi.png" alt="6a0115711b8d26970b01b7c95a031d970b-800wi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 7 is omitted with this extraction&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01b8d2e442c6970c.png" style="width: 450px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683923i130C38A06F652055/image-dimensions/450x326?v=v2" width="450" height="326" role="button" title="6a0115711b8d26970b01b8d2e442c6970c.png" alt="6a0115711b8d26970b01b8d2e442c6970c.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Page 8 Allows to select&amp;nbsp;&lt;STRONG&gt;Finish&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6a0115711b8d26970b01b8d2e442d1970c.png" style="width: 446px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/683924i63274B80C1AB6731/image-dimensions/446x298?v=v2" width="446" height="298" role="button" title="6a0115711b8d26970b01b8d2e442d1970c.png" alt="6a0115711b8d26970b01b8d2e442d1970c.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 00:02:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9063718#M126305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-03T00:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9063727#M126306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please upload your cad file.&lt;/P&gt;&lt;P&gt;to see more what you have in your drawing.&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 00:11:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9063727#M126306</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-03T00:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9064285#M126307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; Basically you can extract any data from the dwg&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Sorry, not correct, you can not use &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_DATAEXTRACTION&lt;/FONT&gt;&lt;/STRONG&gt; to export vertex coordinates of polylines.&lt;/P&gt;
&lt;P&gt;And I guess that is what the OP is looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 09:33:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9064285#M126307</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-10-03T09:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084004#M126308</link>
      <description>&lt;P&gt;That is exactly what I'm looking for. I want the x,y,z coordinates for each vertex of all the lines in the drawing&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 22:29:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084004#M126308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-13T22:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084010#M126309</link>
      <description>&lt;P&gt;Unfortunately, due to confidentiality issues, I'm not able to upload the drawing. To try and explain what I am working with, it is a CAD drawing of sub surface utilities. Each line within the drawing represents an underground utility asset. The extents of the drawings is quite a large area, and therefore has a large variance in height, as well as x and y.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 22:33:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084010#M126309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-13T22:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084031#M126310</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;we dont need all file , a small portion which includes thos lines and points.&lt;/P&gt;&lt;P&gt;maybe &amp;nbsp;they aren’t 2d line, they 3d line,or those point mayn’t a point, Could be a block.&lt;/P&gt;&lt;P&gt;or at list take a screen shot from lines and point properties .&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 22:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084031#M126310</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-13T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084066#M126311</link>
      <description>&lt;P&gt;Top View:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Top View" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/687239i07DBC3AC14A2DA9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACAD_Top_View.png" alt="Top View" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Top View&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom View:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Front View" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/687241iB908C2A0E7BD71B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACAD_Front_View.png" alt="Front View" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Front View&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there is a significant difference in elevation, especially with the polyline that travels fro the highest point, to one of the lowest point.&lt;BR /&gt;This line has about 100 vertices along the line. So what I want is to get the x,y,z values of these vertices. (As well as the vertices and points of all the other lines)&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 23:54:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084066#M126311</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-13T23:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084071#M126312</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Would you please select one of those line and show properties of that lines (screen shot)&lt;/P&gt;&lt;P&gt;I think they are 3d poly line&amp;nbsp; not line (they aren't the same)&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 00:07:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9084071#M126312</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-14T00:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9085433#M126313</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i forget to say"&lt;/P&gt;&lt;P&gt;if you have 3dpoly line ,DATAEXTRACTION cant help you.&lt;/P&gt;&lt;P&gt;you need a lisp file to get that information.&lt;/P&gt;&lt;P&gt;u can use this lisp&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cadtutor.net/forum/topic/2417-extracting-3d-polyline-co-ordinates/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/2417-extracting-3d-polyline-co-ordinates/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this one create a&amp;nbsp; *.csv file.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 200px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/687450i00E388E50DE0E41A/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;if you prove the data on csv file , with a little&amp;nbsp; modification on lisp&amp;nbsp; you can change&amp;nbsp; like yours.&lt;/P&gt;&lt;P&gt;and if you are expert in Execle , do it on the Execle without lisp modification.&lt;/P&gt;&lt;P&gt;good luck.&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>Mon, 14 Oct 2019 15:50:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9085433#M126313</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-14T15:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9086114#M126314</link>
      <description>&lt;P&gt;Here is a screenshot of the properties of the longest line in the drawing.&lt;BR /&gt;The first image is the properties when the first vertex is selected (start of line):&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACAD_Properties_1.png" style="width: 647px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/687566i5043731AD598BA27/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACAD_Properties_1.png" alt="ACAD_Properties_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This second image is the properties when the last vertex is selected (end point):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACAD_Properties_2.png" style="width: 652px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/687567i537D400FE016C39A/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACAD_Properties_2.png" alt="ACAD_Properties_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there are 103 vertices, and a large variation in height (z value).&amp;nbsp;&lt;BR /&gt;I don't understand how if you check the properties, you can manually extract x,y,z values for each vertex, but there s no way to automatically export it.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 21:45:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9086114#M126314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T21:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9086208#M126315</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As i told you they are 3d polyline, and you cant harvest the information by data extraction you need a lisp to do it.&lt;/P&gt;&lt;P&gt;See my last post!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;is it helpful ?&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;if not , i can change the autolip to give an export like this,&lt;/P&gt;&lt;P&gt;3dpolyline 1&amp;nbsp; (vertex 1&amp;nbsp; &amp;nbsp; X1,Y1,Z1)(vertex 2&amp;nbsp; X2,Y2,Z2)......(vertex 123&amp;nbsp; X123,Y123,Z123)&lt;/P&gt;&lt;P&gt;3dpolyline n&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp; (vertex 1&amp;nbsp; &amp;nbsp; Xn,Yn,Zn).......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;or like yours&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;SPAN&gt;Line1 - ((X1, Y1, Z1) (X2, Y2, Z2) (Xn, Yn, Zn))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;SPAN&gt;one more thing &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;FONT face="inherit"&gt;how you will find in the drawing&amp;nbsp; &amp;nbsp;"Line1" or "Line n"&amp;nbsp; &amp;nbsp;from exported&amp;nbsp; excel file ? or its not important&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;if you explain what you want to do with exported data,maybe we can help more,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;lets say like this " do you need any tag&amp;nbsp; "&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;or can you find line 65 (for example ) in the drawing and go to vertex 30 (for example).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i mean if want go back to the drawing and make some correction refer to excel,&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have to think about this matter,&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;&lt;SPAN style="font-family: inherit;"&gt;good luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 23:33:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9086208#M126315</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-14T23:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting x, y, z information form a .DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9088738#M126316</link>
      <description>&lt;P&gt;Thank you so much! I am so grateful for your help. I used the lisp command and have successfully created a csv with all of the x,y,z values for all the 3D Polylines!&lt;BR /&gt;I would never had thought to create a custom command to do this, it has certainly opened up a new area of learning!&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 04:24:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/extracting-x-y-z-information-form-a-dwg-file/m-p/9088738#M126316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-16T04:24:23Z</dc:date>
    </item>
  </channel>
</rss>

