<?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: Break multiple lines at end and first point in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11679540#M44623</link>
    <description>&lt;P&gt;I need to select circle and trim the polylines that inside.&lt;/P&gt;&lt;P&gt;i found something else with lisp that break all after that ''select by length '' and erase.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i need to trim polylines inside circle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Jan 2023 18:06:04 GMT</pubDate>
    <dc:creator>mohammad94sweity</dc:creator>
    <dc:date>2023-01-14T18:06:04Z</dc:date>
    <item>
      <title>Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11667250#M44617</link>
      <description>&lt;P&gt;hello every one, I hope to help me&amp;nbsp;&lt;BR /&gt;I need a lisp to spilt or break multiple lines and curves&amp;nbsp; at first and end point .&lt;BR /&gt;like image was attached&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 19:30:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11667250#M44617</guid>
      <dc:creator>mohammad94sweity</dc:creator>
      <dc:date>2023-01-09T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11667273#M44618</link>
      <description>&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inside-circle-trim-routine-lisp/td-p/7110244" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/inside-circle-trim-routine-lisp/td-p/7110244&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 19:41:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11667273#M44618</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2023-01-09T19:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11667291#M44619</link>
      <description>&lt;P&gt;Rather than destroying the polyline I'd do like two others suggested and fill the circle with the background color.&amp;nbsp;&lt;A href="https://www.cadtutor.net/forum/topic/76618-how-to-create-circle-in-every-corner-of-polyline-and-trim-circles-inside/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/76618-how-to-create-circle-in-every-corner-of-polyline-and-trim-circles-inside/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 19:51:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11667291#M44619</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2023-01-09T19:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11678055#M44620</link>
      <description>&lt;P&gt;the polylines inside circle&amp;nbsp; must be trim&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 19:17:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11678055#M44620</guid>
      <dc:creator>mohammad94sweity</dc:creator>
      <dc:date>2023-01-13T19:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11678319#M44621</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9532628"&gt;@mohammad94sweity&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I need a lisp to spilt or break multiple lines and curves&amp;nbsp; at first and end point . ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm not sure what is meant, exactly, but if by "at first and end point" you mean at the start and end of each object, does that mean the green things in your image are all &lt;EM&gt;separate&lt;/EM&gt;&amp;nbsp;single-segment Polylines, or Lines and Arcs?&amp;nbsp; Not a collective Polyline as one person has assumed?&amp;nbsp; And are the red things Circles specifically, or something else such as Blocks?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what would be the process?&amp;nbsp; You start a custom command, and then what?&amp;nbsp; Would the User be asked to select the Circles?&amp;nbsp; Or the Circles &lt;EM&gt;and&lt;/EM&gt; the other objects?&amp;nbsp; Or some other process?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 12:28:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11678319#M44621</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-01-14T12:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11678872#M44622</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/540307"&gt;@TomBeauford&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp; fill the circle with the background color.&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your Idea of not destroying the integrity of the polyline is excellent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be wonderful if AutoCAD let you specify "Background" as a color."&lt;BR /&gt;(This can be done tediously by using a wipeout. There have been hundreds if not thousands of posts about wipeout. Wipeouts still seem to be problematic, especially when printed. I have yet to see them described as being reliable,).&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you fill the circles with Color 255,255,255:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;it looks wrong on a black background,&amp;nbsp;&lt;BR /&gt;it looks correct on a white background,&amp;nbsp;&lt;BR /&gt;it prints correctly.&lt;/P&gt;
&lt;P&gt;If you fill the circles with Color 0,0,0:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;it looks correct on a black background,&amp;nbsp;&lt;BR /&gt;it looks wrong on a white background,&amp;nbsp;&lt;BR /&gt;it prints wrong.&lt;/P&gt;
&lt;P&gt;If you fill the circles with Color 7 (White/Black):&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;it looks wrong on a black background,&amp;nbsp;&lt;BR /&gt;it looks wrong on a white background,&amp;nbsp;&lt;BR /&gt;it prints wrong.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;This is all to be expected.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case you are guessing, &lt;EM&gt;&lt;STRONG&gt;Color 255,255,255 is the least wrong Choice.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;"Background" as a color would be correct in all cases.&lt;/P&gt;
&lt;P&gt;A good case can be made for a complementary&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;"Not7 (Black/White)"&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisRS_0-1673670468236.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1162630i5709F77775B38835/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChrisRS_0-1673670468236.png" alt="ChrisRS_0-1673670468236.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 05:14:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11678872#M44622</guid>
      <dc:creator>ChrisRS</dc:creator>
      <dc:date>2023-01-14T05:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11679540#M44623</link>
      <description>&lt;P&gt;I need to select circle and trim the polylines that inside.&lt;/P&gt;&lt;P&gt;i found something else with lisp that break all after that ''select by length '' and erase.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i need to trim polylines inside circle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 18:06:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11679540#M44623</guid>
      <dc:creator>mohammad94sweity</dc:creator>
      <dc:date>2023-01-14T18:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11679731#M44624</link>
      <description>&lt;P&gt;Answering the questions in my previous Reply would help....&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 21:02:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11679731#M44624</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-01-14T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11680865#M44625</link>
      <description>&lt;P&gt;just circles, lines and arcs not collective polylines&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 17:43:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11680865#M44625</guid>
      <dc:creator>mohammad94sweity</dc:creator>
      <dc:date>2023-01-15T17:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Break multiple lines at end and first point</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11681209#M44626</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9532628"&gt;@mohammad94sweity&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;just circles, lines and arcs not collective polylines&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since Message 7 talks about Polylines, are the "lines and arcs" single-segment Polylines, or are they Line and Arc objects?&amp;nbsp; Maybe for the approach I have in mind, it doesn't matter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am picturing a routine that does this:&lt;BR /&gt;Select the Circles.&amp;nbsp; It could find all Circles [assuming that's what they are, not Blocks or something] on a particular Layer for you, or of a certain size, or ask the User to select them [which could be in a big window, and it could be made to "see" only the appropriate Circles].&lt;/P&gt;
&lt;P&gt;Step through the selection of Circles, and for each one, call up a Trim command, with the Circle as cutting boundary, and "pick" twice at the center point.&amp;nbsp; [This is why it matters whether the lines/arcs are separate -- if they were all a Polyline, only one pick would be needed at the center.]&lt;/P&gt;
&lt;P&gt;I think each Trim would need to pick twice and then force an end, because at the ends of the path, with only one thing to be Trimmed, the second pick wouldn't find anything, and would go into window selection.&amp;nbsp; A (command) function with no arguments should then end it [not tried yet].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that sound like it would work?&amp;nbsp; Would anything be constant about it that could be built in, such as the Layer the Circles are on, or their size, so the routine can ignore other Circles?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 00:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/break-multiple-lines-at-end-and-first-point/m-p/11681209#M44626</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-01-16T00:06:37Z</dc:date>
    </item>
  </channel>
</rss>

