<?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: how to check break point along a polyline in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7253968#M217338</link>
    <description>&lt;P&gt;If you mean what most people call the &lt;EM&gt;vertices&lt;/EM&gt; of Polylines, &lt;A href="https://forums.autodesk.com/t5/autocad-forum/display-point-markers-for-geometry/m-p/5983580#M821435" target="_self"&gt;this routine&lt;/A&gt; places &lt;EM&gt;Points&lt;/EM&gt; at all of them [you can set the PDMODE System Variable to make the Points visible in whatever style you prefer], and could easily be adjusted to draw circles, if you need that specifically.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 23:18:07 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2017-07-25T23:18:07Z</dc:date>
    <item>
      <title>how to check break point along a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7252529#M217336</link>
      <description>&lt;P&gt;I want to circle them up&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 13:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7252529#M217336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-25T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to check break point along a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7252695#M217337</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a Lisp From Kent Cooper for circling break points along lines&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(defun c:cmark (/ crad ss ln)&lt;BR /&gt; (Command "ucs" "World")&lt;BR /&gt; (setq&lt;BR /&gt; crad (getdist "\nSpecify radius: ")&lt;BR /&gt; ss (ssget "X" '((0 . "LINE")))&lt;BR /&gt; )&lt;BR /&gt; (repeat (sslength ss)&lt;BR /&gt; (setq ln (entget (ssname ss 0)))&lt;BR /&gt; (command&lt;BR /&gt; "_.circle"&lt;BR /&gt; (cdr (assoc 10 ln))&lt;BR /&gt; crad&lt;BR /&gt; "_.circle"&lt;BR /&gt; (cdr (assoc 11 ln))&lt;BR /&gt; crad&lt;BR /&gt; )&lt;BR /&gt; (ssdel (ssname ss 0) ss)&lt;BR /&gt; )&lt;BR /&gt; (Command "ucs" "p")&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/circles-at-line-end-points/td-p/3316081" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/circles-at-line-end-points/td-p/3316081&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need a little bit of&amp;nbsp;modification to try this on polylines.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:04:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7252695#M217337</guid>
      <dc:creator>Vinayv4v</dc:creator>
      <dc:date>2017-07-25T14:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to check break point along a polyline</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7253968#M217338</link>
      <description>&lt;P&gt;If you mean what most people call the &lt;EM&gt;vertices&lt;/EM&gt; of Polylines, &lt;A href="https://forums.autodesk.com/t5/autocad-forum/display-point-markers-for-geometry/m-p/5983580#M821435" target="_self"&gt;this routine&lt;/A&gt; places &lt;EM&gt;Points&lt;/EM&gt; at all of them [you can set the PDMODE System Variable to make the Points visible in whatever style you prefer], and could easily be adjusted to draw circles, if you need that specifically.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 23:18:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-check-break-point-along-a-polyline/m-p/7253968#M217338</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2017-07-25T23:18:07Z</dc:date>
    </item>
  </channel>
</rss>

