<?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: Data Extraction Coordinates of One End of Polyline in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014376#M60274</link>
    <description>&lt;P&gt;Use Autolisp, in here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadtutor.net/forum/topic/74458-lisp-to-insert-points-along-polyline-at-endpoints-midpoints/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/74458-lisp-to-insert-points-along-polyline-at-endpoints-midpoints/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then use Dataextraction to get the points.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Here.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1038086iD20935CF691292B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Here.JPG" alt="Here.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 15:56:58 GMT</pubDate>
    <dc:creator>Patchy</dc:creator>
    <dc:date>2022-03-18T15:56:58Z</dc:date>
    <item>
      <title>Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11012900#M60265</link>
      <description>&lt;P&gt;I draw a lot of poly lines that start from one common point but have unique end points. I know how I could extract both the start and end points of a polyline, but I don’t know how to differentiate between the start and end easily. Also, I don’t trust that every line would be drawn in the same direction.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My only idea so far is to use a block instead of a polyline. Make the block have a fixed point as my extraction point, and I can make the polyline in the block editable.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is there an easier way to do this? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is an example dwg.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:08:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11012900#M60265</guid>
      <dc:creator>codyhornyak</dc:creator>
      <dc:date>2022-03-18T14:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11013647#M60266</link>
      <description>&lt;P&gt;post an example .dwg of the problem lines.&amp;nbsp; obviously, if the lines all start at the same point, the other end xyz is the sought after data.&amp;nbsp; and explain "drawn in the same direction"&amp;nbsp; as in parallel or left to right or right to left, etc&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 10:28:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11013647#M60266</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2022-03-18T10:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11013671#M60267</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/59562"&gt;@parkr4st&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp; and explain "drawn in the same direction"&amp;nbsp; as in parallel or left to right or right to left, etc&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I assume [&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9684048"&gt;@codyhornyak&lt;/a&gt;&amp;nbsp;confirm? ] that by "direction" they mean whether the drawn direction is toward or away from their shared/common point.&amp;nbsp; If that's the case, the first sentence in Message 1 would be more correct if "&lt;SPAN&gt;start from one common point&amp;nbsp;but have unique end points" were replaced with something like "share a common point at one end but have unique other ends."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 10:43:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11013671#M60267</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-03-18T10:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014160#M60268</link>
      <description>&lt;P&gt;By drawn in the same direction I mean the common point they all share would be vertex 1 for each polyline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a sample dwg.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014160#M60268</guid>
      <dc:creator>codyhornyak</dc:creator>
      <dc:date>2022-03-18T14:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014282#M60269</link>
      <description>&lt;P&gt;There is no dwg attached.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 14:55:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014282#M60269</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2022-03-18T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014288#M60270</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9684048"&gt;@codyhornyak&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;By drawn in the same direction I mean the common point they all share would be vertex 1 for each polyline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And though the sample drawing has them drawn in the same direction by that definition, that's what you can't necessarily rely on being true in all cases.&amp;nbsp; So the common point could be the endpoint of some Polylines and the startpoint of others.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should be surmountable, but:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What form are you looking for as an "extraction" of the non-shared far-end vertex locations?&amp;nbsp; Do you want a list of point-coordinate lists, or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What would be the procedure?&amp;nbsp; The User selects the Polylines, or the routine finds all Polylines [possibly all on a specific Layer]?&amp;nbsp; The result is put into a variable for use by further code, or reported at the command line, or fed to an external text or spreadsheet file, or something like Points or Blocks or Text are placed at the resulting points, or ....?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:03:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014288#M60270</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-03-18T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014292#M60271</link>
      <description>&lt;P&gt;The sample drawing is attached to the original post.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:02:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014292#M60271</guid>
      <dc:creator>codyhornyak</dc:creator>
      <dc:date>2022-03-18T15:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014323#M60272</link>
      <description>&lt;P&gt;I would like to extract a list of coordinates and the hyperlinks of those lines. I would like to extract only the "&lt;SPAN&gt;non-shared far-end vertex location coordinates".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The procedure would be to draw all the polylines on the same layer and hyperlink them all so they have a name. Isolate the layer and use data extraction to extract the hyperlinks, lengths, and&amp;nbsp;"non-shared far-end vertex location coordinates".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The issue is when you are using data extraction for polylines, there is no option for coordinates. If you have a circle for example, you can extract the center X/Y/Z. If you have a block, you can extract the position X/Y/Z. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't know how to best extract all of these items at once.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:18:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014323#M60272</guid>
      <dc:creator>codyhornyak</dc:creator>
      <dc:date>2022-03-18T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014338#M60273</link>
      <description>&lt;P&gt;such as this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lee-mac.com/polyinfo.html" target="_blank"&gt;http://www.lee-mac.com/polyinfo.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:27:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014338#M60273</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2022-03-18T15:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014376#M60274</link>
      <description>&lt;P&gt;Use Autolisp, in here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cadtutor.net/forum/topic/74458-lisp-to-insert-points-along-polyline-at-endpoints-midpoints/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/74458-lisp-to-insert-points-along-polyline-at-endpoints-midpoints/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then use Dataextraction to get the points.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Here.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1038086iD20935CF691292B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Here.JPG" alt="Here.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 15:56:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11014376#M60274</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2022-03-18T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11015964#M60275</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy&lt;/a&gt;&amp;nbsp;, this might be what I am looking for. I am off work next week but will test it when I get back and let you know. Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 14:34:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11015964#M60275</guid>
      <dc:creator>codyhornyak</dc:creator>
      <dc:date>2022-03-19T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Extraction Coordinates of One End of Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11087499#M60276</link>
      <description>&lt;P&gt;I don't think any of these ideas are going to work for what I am doing. I am going to have to use 2 separate blocks, use data extraction to export the coordinates, then use excel to calculate the distance in between the 2 points.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 13:38:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/data-extraction-coordinates-of-one-end-of-polyline/m-p/11087499#M60276</guid>
      <dc:creator>codyhornyak</dc:creator>
      <dc:date>2022-04-06T13:38:00Z</dc:date>
    </item>
  </channel>
</rss>

