<?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: Delete outside of multiple polylines in one instance, is this possible? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772525#M69759</link>
    <description>&lt;P&gt;first thing that came to mind for what you are looking to accomplish was a clipping boundary wherein you could toggle to inboard or outboard graphics.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:10:52 GMT</pubDate>
    <dc:creator>ParishSouthBdx</dc:creator>
    <dc:date>2020-09-28T16:10:52Z</dc:date>
    <item>
      <title>Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772220#M69753</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;BR /&gt;I am wondering is there a lisp routine or something that will allow me to select multiple closed polylines and then delete everything outside of these closed polylines in one command?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see the screenshots below as well as the corresponding AutoCAD file for any generous help you guys could give me :).&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also out of curiosity could the inverse of what is shown below be somehow made as well? Where that I select the same 3 closed boundaries and have autocad trim what inside of each of 3 all at the same time?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:06:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772220#M69753</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772437#M69754</link>
      <description>&lt;P&gt;Try use command TRIM. Select cutting polylines and then select contoure you want to trim.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:33:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772437#M69754</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-28T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772442#M69755</link>
      <description>&lt;P&gt;Hey there!&amp;nbsp; I can't get trim to work for me in this instance &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; or maybe I am doing something wrong.... any other thoughts? &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think me wanting to get rid of all linework rather it is touching any of the 3 closed black polylines or not is what is adding to the complexity of my request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:38:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772442#M69755</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772463#M69756</link>
      <description>&lt;P&gt;You can use command TRIM or express tool EXTRIM.&lt;/P&gt;&lt;P&gt;Trim outside each cutting polyline, and than select and erase all elements outside.&lt;/P&gt;&lt;P&gt;It can be automatized but it can produce unwanted result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trimm, in your sample select all tri cutting polylines and then pek each polyline to cut outside this cutting areas. You can select more tan one polyline (let say 2-3) since more of them can crush acad. As you progress you can increase number of selected polylines to cut.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With extrim you can cut arround just one cutting edge.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It took me no more then 20 seconds to do it with your sample&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:53:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772463#M69756</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-28T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772522#M69757</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;With extrim you can cut arround just one cutting edge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It took me no more then 20 seconds to do it with your sample&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The problem with EXTRIM, since it allows only one cutting edge, is that if you use it with the upper-left bigger outline, things are cut away that &lt;EM&gt;also pass through the lower-left outline&lt;/EM&gt;, but they want the parts of those within that to remain.&amp;nbsp; And &lt;EM&gt;vice versa&lt;/EM&gt;.&amp;nbsp; [Doing it with the right-end outline doesn't seem to affect anything that passes through the others.]&amp;nbsp; You would need to Break or Trim pieces out of all those that pass through both, somewhere in between the two outlines, &lt;EM&gt;then&lt;/EM&gt; do EXTRIM with each of those outlines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TRIM with a few Fence selections could handle that issue, and fairly quickly, but would &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; also eliminate things that don't cross &lt;EM&gt;any&lt;/EM&gt;&amp;nbsp; outline, so there would still be things remaining that they'd need to ERASE.&amp;nbsp; That's also true of the results after EXTRIM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have a solution, but try a Search -- there could be something already.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:11:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772522#M69757</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-28T16:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772524#M69758</link>
      <description>&lt;P&gt;You might be able to modify the EXTRIM Lisp tool from Express tools. The "outside" trim will be easier, just watch for lines going through multiple "isles" (will need to be Break-ed first) and the remaining lines going through none of them (can be then deleted with "all minus isles").&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; - &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>Mon, 28 Sep 2020 16:10:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772524#M69758</guid>
      <dc:creator>vladimir_michl</dc:creator>
      <dc:date>2020-09-28T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772525#M69759</link>
      <description>&lt;P&gt;first thing that came to mind for what you are looking to accomplish was a clipping boundary wherein you could toggle to inboard or outboard graphics.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:10:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772525#M69759</guid>
      <dc:creator>ParishSouthBdx</dc:creator>
      <dc:date>2020-09-28T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772543#M69760</link>
      <description>&lt;P&gt;I do similar work almost daily and command TRIM do the trick. Once you cut all elements that pass through the fence its easy to erase all the rest. For some elements break is needed.&lt;/P&gt;&lt;P&gt;Today I'm crushed after tough working day and not in a mood to write some code.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:20:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772543#M69760</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-28T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772592#M69761</link>
      <description>&lt;P&gt;You my friend have hit the nail on the head!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is currently not an all-in-one tool out there to do what I want :(.&amp;nbsp; I searched around and only run into one post but it doesn't give me the desired results. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering do you have any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:40:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772592#M69761</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772594#M69762</link>
      <description>&lt;P&gt;Hey there friend, the post by&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Employee lia-component-message-view-widget-author-username" style="box-sizing: border-box; color: #666666; font-family: &amp;amp;quot; artifakt&amp;amp;quot;,tahoma,helvetica,arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: nowrap; word-spacing: 0px;"&gt; &lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526" target="_self"&gt;&lt;SPAN style="border-bottom-color: #999999; border-bottom-style: dashed; border-bottom-width: 1px; box-sizing: border-box; color: #444444; font-family: &amp;amp;quot; artifakt&amp;amp;quot;; font-size: 16px; font-style: normal; font-weight: normal;"&gt;Kent1Cooper&lt;/SPAN&gt;&lt;/A&gt; &lt;/SPAN&gt;&amp;nbsp; outlines my problem perfectly.&amp;nbsp; There is not currently an all-in-one tool that can complete my required task. If you happen to ever want to take the time to help with any sort of code this will be greatly apricated by me and I am sure others in the future would be grateful as well :). &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:43:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772594#M69762</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T16:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772615#M69763</link>
      <description>&lt;P&gt;Hey There,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes sir exactly what you said is 100% true. However the problem is I am no where knew smart enough to modify the EXTRIM code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you have any further suggestions? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:53:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772615#M69763</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T16:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772619#M69764</link>
      <description>&lt;P&gt;Hey there, what you said sounds 100% reasonable and would quickly get my final result however the problem is what you have said is so far beyond advice of what I am that I would never be able to do that :(. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am wondering do you have any other suggestions? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:54:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772619#M69764</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T16:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772674#M69765</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7589489"&gt;@Jonathan.Gray68UQW&lt;/a&gt;Just use command TRIM. Select cutting edges, and then crossing polylines&amp;nbsp; as &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp; explained in detail. Erasing rest is easy. Just be patient with selections.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:27:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772674#M69765</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-28T17:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772721#M69766</link>
      <description>&lt;P&gt;Hey there friend!&amp;nbsp; You are 100% correct about the steps but the sad part is being asked to do this about 100 times for the next 5 days... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; So I was looking for a lisp routine to help :).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:48:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772721#M69766</guid>
      <dc:creator>Jonathan.Gray68UQW</dc:creator>
      <dc:date>2020-09-28T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772799#M69767</link>
      <description>&lt;P&gt;Unfortunately there is no simple solution for your problem. I have had similar tasks many times and I know how you feel. Similar situations have forced me to learn Autolisp.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:37:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772799#M69767</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2020-09-28T18:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772801#M69768</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/239200"&gt;@vladimir_michl&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You might be able to modify the EXTRIM Lisp tool from Express tools. ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... but maybe not legally.&amp;nbsp; See the copyright notice at the top.&amp;nbsp; It references the License Agreement, and maybe that allows this kind of thing.&amp;nbsp; If so, it does use a regular Trim command, so maybe there's a way to have it allow selection of more than one boundary, and step through doing its thing around each of them while using all of them as Trim boundaries.&amp;nbsp; That would get around the problem of things that pass through more than one boundary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But eliminating stuff that doesn't touch &lt;EM&gt;any&lt;/EM&gt;&amp;nbsp; of the boundaries would be entirely additional to what EXTRIM is set up to do.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:31:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772801#M69768</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-28T18:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772858#M69769</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7589489"&gt;@Jonathan.Gray68UQW&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the benefit would be big enough for you/your company,&lt;/P&gt;
&lt;P&gt;it's easy to order such a tool from one who does it as job &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I can only write for myself personally:&lt;/P&gt;
&lt;P&gt;For me it's possible to write 95% of this program (based on extrim) in a quick&amp;amp;dirty way&lt;/P&gt;
&lt;P&gt;in 10-15minutes,&lt;/P&gt;
&lt;P&gt;after this it works, but not for all situations and not bullet proof.&lt;/P&gt;
&lt;P&gt;For the last 5% (handling of objects which are intersect with multiple cutting polylines &amp;amp; erase the objects outside of cutting objects)&lt;/P&gt;
&lt;P&gt;i need 80minutes, or 140minutes or more?&lt;/P&gt;
&lt;P&gt;(I am not a programmer, but i have a good understanding for the basics and can help myself,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;but without the daily practice and without a standard function library, it take time)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2h, 3h or more hours are lot of time for a problem what is not mine,&lt;/P&gt;
&lt;P&gt;i guess that's one reason why not getting a full perfectly solution until now,&lt;/P&gt;
&lt;P&gt;for me it is the reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If someone don't like to re-write there own Extrim and he want to use&lt;/P&gt;
&lt;P&gt;the expresstools code, it isn't a problem.&lt;/P&gt;
&lt;P&gt;Just using the subfunction ETRIM, nothing to copy, nothing to edit.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:07:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772858#M69769</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-09-28T19:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772928#M69770</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If someone don't like to re-write there own Extrim and he want to use the expresstools code, it isn't a problem.&lt;/P&gt;
&lt;P&gt;Just using the subfunction ETRIM, nothing to copy, nothing to edit.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But there &lt;EM&gt;would&lt;/EM&gt;&amp;nbsp; be something to edit.&amp;nbsp; The Trim command that uses only &lt;EM&gt;one&lt;/EM&gt;&amp;nbsp; Trim boundary object is &lt;EM&gt;inside&lt;/EM&gt;&amp;nbsp; the (etrim) subfunction, which works with only &lt;EM&gt;one&lt;/EM&gt;&amp;nbsp; object as its 'na' argument [for example, it applies (entget) to it, so it can't be a multiple-object selection set].&amp;nbsp; So at the very least (etrim) would need to be altered to take a selection of multiple objects as Trim boundaries.&amp;nbsp; The stepping through them and (etrim)-ing at each one could presumably be handled outside (etrim), but that by itself wouldn't do the job.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:41:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772928#M69770</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-28T19:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772948#M69771</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;The stepping through them and (etrim)-ing at each one could presumably be handled outside (etrim), but that by itself wouldn't do the job."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's it.&lt;/P&gt;
&lt;P&gt;You don't need to copy or edit the extrim lisp,&amp;nbsp; but using etrim is not the whole work.&lt;/P&gt;
&lt;P&gt;you can write your own part for object selection and foreach- each object ETRIM.&lt;/P&gt;
&lt;P&gt;Thats the point i pointed to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:52:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772948#M69771</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-09-28T19:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete outside of multiple polylines in one instance, is this possible?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772981#M69772</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;you can write your own part for object selection and foreach- each object ETRIM.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You would still have the problem described in Message 5.&amp;nbsp; In their sample drawing, the (etrim) subfunction [unaltered] cannot use &lt;EM&gt;both&lt;/EM&gt;&amp;nbsp; their upper left and lower left outlines as Trim boundaries in the same TRIM command.&amp;nbsp; So if (foreach) gets to (etrim)-ing using the upper left outline first, some things that will be cut away outside it have parts that pass inside the lower left outline, and should remain within that.&amp;nbsp; They won't remain there unless the TRIM command inside (etrim) can be edited to accept both outlines as Trim boundaries.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 20:11:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-outside-of-multiple-polylines-in-one-instance-is-this/m-p/9772981#M69772</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-09-28T20:11:22Z</dc:date>
    </item>
  </channel>
</rss>

