<?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 AUTOCAD Selection within a Polyline in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5980502#M297073</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive got a large drawing (map) which includes several layers and different features. Ive inserted Polylines on top of&amp;nbsp;the map which indicate a specific area and i want to select everything within that one area and exclude the rest so the data i export into excel only includes the points which are required. Easy enough to delete sections however the shape of the polyline is very irregular so finding a solution has been dificult. The closed ive got i think is by using the polygon command however i ant get it to work completely or the way i want it to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably not explained in the best way but nay help would be greatly appreciated. Could post pictures if anyone thinks they could help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2016 22:12:53 GMT</pubDate>
    <dc:creator>chrisjune1994</dc:creator>
    <dc:date>2016-01-08T22:12:53Z</dc:date>
    <item>
      <title>AUTOCAD Selection within a Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5980502#M297073</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive got a large drawing (map) which includes several layers and different features. Ive inserted Polylines on top of&amp;nbsp;the map which indicate a specific area and i want to select everything within that one area and exclude the rest so the data i export into excel only includes the points which are required. Easy enough to delete sections however the shape of the polyline is very irregular so finding a solution has been dificult. The closed ive got i think is by using the polygon command however i ant get it to work completely or the way i want it to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably not explained in the best way but nay help would be greatly appreciated. Could post pictures if anyone thinks they could help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 22:12:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5980502#M297073</guid>
      <dc:creator>chrisjune1994</dc:creator>
      <dc:date>2016-01-08T22:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOCAD Selection within a Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981204#M297074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this sounds like a typical GIS-task, so the question is do you have a GIS-application (e.g. AutoCAD Map 3D or AutoCAD Civil 3D or something like QGis) or just plain AutoCAD?&lt;/P&gt;
&lt;P&gt;Is the data stored as AutoCAD geometry (so as DWG and not as GIS-datasets like SHP/SQLite/...)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2016 21:56:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981204#M297074</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2016-01-09T21:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOCAD Selection within a Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981213#M297075</link>
      <description>&lt;P&gt;There are several routines upon this task. Very last one is made by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/75977"&gt;@hmsilva﻿&lt;/a&gt;&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erase-objects-crossing-or-within-multiple-boundaries/td-p/5969950" target="_self"&gt;here, post #10&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Only thing that needs to be change is this line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(command "_.erase" ss1 "_R" ss "")&lt;/PRE&gt;
&lt;P&gt;to this line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(command "_.select" ss1 "_R" ss "")&lt;/PRE&gt;
&lt;P&gt;... then it's stored as "&lt;STRONG&gt;previous&lt;/STRONG&gt;" selection.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2016 22:09:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981213#M297075</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2016-01-09T22:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOCAD Selection within a Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981400#M297076</link>
      <description>&lt;P&gt;The simpliest solution I can think of in AutoCAD 2016 is to use the lasso selection mode. This of course if your polyline shape is not too complex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or you can use a bit of LISP like Serge Camiré code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(setq plineSel (entsel "\nChoose the polyline: "))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(setq pline (car plineSel))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(setq plineGet (entget pline))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(setq vertex&amp;nbsp;(mapcar 'cdr (vl-remove-if '(lambda (x) (/= (car x) 10)) plineGet)))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(setq ss (ssget "_wp" vertex)) ; //(or _CP)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 11:10:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981400#M297076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-10T11:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: AUTOCAD Selection within a Polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981401#M297077</link>
      <description>&lt;P&gt;You can use the WPS utility and enter 'WPS on any "Select objects:" prompt. See:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5697" target="_blank"&gt;http://www.cadforum.cz/cadforum_en/qaID.asp?tip=5697&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vladimir Michl, &lt;A href="http://www.cadstudio.cz" target="_blank"&gt;www.cadstudio.cz&lt;/A&gt; &amp;nbsp;&lt;A href="http://www.cadforum.cz" target="_blank"&gt;www.cadforum.cz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 11:11:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/autocad-selection-within-a-polyline/m-p/5981401#M297077</guid>
      <dc:creator>vladimir_michl</dc:creator>
      <dc:date>2016-01-10T11:11:46Z</dc:date>
    </item>
  </channel>
</rss>

