<?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: Line break with set distance in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066558#M28444</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14062563"&gt;@dolman_gary&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Seahaven, is there a lisp to break lines and draw an arc as shown in your example?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Have you had a chance to look yet?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/simple-line-break-and-jump-autolisp/td-p/8520869" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/simple-line-break-and-jump-autolisp/td-p/8520869&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.com/search?q=autocad+lisp+to+create+jumper+lines" target="_blank"&gt;https://www.google.com/search?q=autocad+lisp+to+create+jumper+lines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 14:00:01 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2023-06-28T14:00:01Z</dc:date>
    <item>
      <title>Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12038982#M28438</link>
      <description>&lt;P&gt;I have seen multiple lisp routines that break lines but none that fit my need. I want to break a line at multiple points by setting a distance and picking intersections along the line as shown on the top vertical line in my screenshot.&lt;/P&gt;&lt;P&gt;I downloaded several routines that claimed to do this but none have worked successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 13:22:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12038982#M28438</guid>
      <dc:creator>dolman_gary</dc:creator>
      <dc:date>2023-06-16T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12039094#M28439</link>
      <description>&lt;P&gt;You don't specify what you've tried, but &lt;A href="https://cadtips.cadalyst.com/linear-objects/break-multiple-lines" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt; is one that worked for me.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1686923846501.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1228675iEDAB28340CA93616/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1686923846501.png" alt="Kent1Cooper_0-1686923846501.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;with the difference [which I hope is acceptable] that you don't pick the &lt;EM&gt;intersections&lt;/EM&gt;, but rather the breaking Line(s) and the intersecting one(s) to be broken.&amp;nbsp; Works with Lines only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[And you really mean the top &lt;EM&gt;horizontal&lt;/EM&gt; line in the image.]&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 14:04:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12039094#M28439</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-16T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12039406#M28440</link>
      <description>&lt;P&gt;Kent, thanks for the Lisp, it works, with a little practice to get the picking order I can break horizontal or vertical.&lt;/P&gt;&lt;P&gt;Much Appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 15:54:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12039406#M28440</guid>
      <dc:creator>dolman_gary</dc:creator>
      <dc:date>2023-06-16T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12039746#M28441</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14062563"&gt;@dolman_gary&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;... I can break horizontal or vertical....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or otherwise:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1686941730112.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1228797iE0CAF932A240EBC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1686941730112.png" alt="Kent1Cooper_0-1686941730112.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But it wouldn't let me do all of those collectively -- I had to do some, and then others.&amp;nbsp; I haven't studied the routine to figure out why, but maybe it can be fixed to allow more-multiple operation, or there are probably other routines out there that already do, and/or that work with additional object types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;One that does well at multiples [in very limited trial], and that works with both Lines and Polylines [&lt;EM&gt;including arc segments&lt;/EM&gt;], is &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/break-multiple-polylines-with-each-other/m-p/11591856/highlight/true#M440111" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt; from&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3930636"&gt;@john.uhden&lt;/a&gt;.&amp;nbsp; It turns the broken-off part(s) of broken ones, but not what remains of the originals, &lt;FONT color="#00FF00"&gt;green&lt;/FONT&gt;, but if you don't want that, just remove or &lt;FONT color="#FF0000"&gt;comment out&lt;/FONT&gt; this line:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt; (vlax-put obj2 'Color &lt;FONT color="#00FF00"&gt;3&lt;/FONT&gt;) ; just to see the difference&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 19:30:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12039746#M28441</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-16T19:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12042794#M28442</link>
      <description>&lt;P&gt;Is it leading to this as next step ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_0-1687132693821.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1229364iCE951478EA55A28E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_0-1687132693821.png" alt="SeaHaven_0-1687132693821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 23:58:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12042794#M28442</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2023-06-18T23:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066477#M28443</link>
      <description>&lt;P&gt;Seahaven, is there a lisp to break lines and draw an arc as shown in your example?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:32:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066477#M28443</guid>
      <dc:creator>dolman_gary</dc:creator>
      <dc:date>2023-06-28T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066558#M28444</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14062563"&gt;@dolman_gary&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Seahaven, is there a lisp to break lines and draw an arc as shown in your example?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Have you had a chance to look yet?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/simple-line-break-and-jump-autolisp/td-p/8520869" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/simple-line-break-and-jump-autolisp/td-p/8520869&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.com/search?q=autocad+lisp+to+create+jumper+lines" target="_blank"&gt;https://www.google.com/search?q=autocad+lisp+to+create+jumper+lines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:00:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066558#M28444</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-06-28T14:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066775#M28445</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dolman_gary_0-1687965345416.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1234298iE1E18334B2201088/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dolman_gary_0-1687965345416.png" alt="dolman_gary_0-1687965345416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what I get using that linejump lisp&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 15:16:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12066775#M28445</guid>
      <dc:creator>dolman_gary</dc:creator>
      <dc:date>2023-06-28T15:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12067043#M28446</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14062563"&gt;@dolman_gary&lt;/a&gt; If that one single LISP does not work for you, you can reach out to that author or try all the other lisps in reply to that original post that seems to offer additional solutions, as well as try the many other web-based solutions offered in the next link.</description>
      <pubDate>Wed, 28 Jun 2023 16:52:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12067043#M28446</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-06-28T16:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line break with set distance</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12067481#M28447</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14062563"&gt;@dolman_gary&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This is what I get using that linejump lisp&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which one is "that"?&amp;nbsp; There are several routines by that name in that topic, with progressive adjustments, including partial edit suggestions.&amp;nbsp; Have you tried the one at Message 30 there?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 19:54:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/line-break-with-set-distance/m-p/12067481#M28447</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-06-28T19:54:50Z</dc:date>
    </item>
  </channel>
</rss>

