<?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 Trim at every other intersection LISP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7044974#M120731</link>
    <description>&lt;P&gt;I am looking for a lisp to trim a line at every other intersection. I found something that very similar to my needs here:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/routine-to-trim-every-other-segment/td-p/3555362" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/routine-to-trim-every-other-segment/td-p/3555362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not skilled with visual LISP so I am unable at present to attempt to modify the routine I found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of what I am after:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trim result.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/349852iCC415B9C4D2AB677/image-size/large?v=v2&amp;amp;px=999" role="button" title="trim result.PNG" alt="trim result.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone come across such a routine?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2017 20:40:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-26T20:40:57Z</dc:date>
    <item>
      <title>Trim at every other intersection LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7044974#M120731</link>
      <description>&lt;P&gt;I am looking for a lisp to trim a line at every other intersection. I found something that very similar to my needs here:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/routine-to-trim-every-other-segment/td-p/3555362" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/routine-to-trim-every-other-segment/td-p/3555362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not skilled with visual LISP so I am unable at present to attempt to modify the routine I found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of what I am after:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trim result.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/349852iCC415B9C4D2AB677/image-size/large?v=v2&amp;amp;px=999" role="button" title="trim result.PNG" alt="trim result.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone come across such a routine?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 20:40:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7044974#M120731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T20:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trim at every other intersection LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7045284#M120732</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;.................&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/routine-to-trim-every-other-segment/td-p/3555362" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/routine-to-trim-every-other-segment/td-p/3555362&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;.....................&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Did you try the swamp link on that post&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://www.theswamp.org/index.php?topic=42350.0" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.theswamp.org/index.php?topic=42350.0&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;Looks like it will work for you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 23:35:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7045284#M120732</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2017-04-26T23:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trim at every other intersection LISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7046427#M120733</link>
      <description>&lt;P&gt;ranjit.singh&lt;/P&gt;&lt;P&gt;I tried the second lisp in that thread and that did not work. This morning I realized there was a revision I missed. That works pretty well but missed a few lines at one end and oddly trimmed one of the intersecting lines (i drew that line back in and&amp;nbsp;colored it red for illustration below). It is serviceable&amp;nbsp;for my needs currently. Perhaps as I learn more about LISP, I will be able to debug that or determine what's going on with this file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, these polylines were created from a third party program and I've had a few problems with them otherwise so that could be the issue. (sometimes, but not always they will lose 1 and only 1 vertex when I join all these newly trimmed lines to the existing polylines.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this works, Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trim result 2.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/350094i97F46FDB1A6BA2C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="trim result 2.PNG" alt="trim result 2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 12:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/trim-at-every-other-intersection-lisp/m-p/7046427#M120733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T12:56:27Z</dc:date>
    </item>
  </channel>
</rss>

