<?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: Help with Break-Fillet lisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407133#M76545</link>
    <description>&lt;P&gt;Agree with John use trim but with no DWG bit hard to work out exactly what is going on.&lt;/P&gt;</description>
    <pubDate>Sun, 29 Mar 2020 07:01:40 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2020-03-29T07:01:40Z</dc:date>
    <item>
      <title>Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406713#M76538</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have been working on this Break-Fillet lisp to use for doing building sections. I have utilized a program called&amp;nbsp;FilletLines (by DannyNL, autodesk forums&amp;nbsp;&lt;SPAN class="local-date"&gt;01-23-2019&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt;12:37 AM)&lt;/SPAN&gt; to do the fillet portion.&lt;/P&gt;&lt;P&gt;See image for description of issues...&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="Capture.JPG" style="width: 403px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/746797i748777828BA39838/image-dimensions/403x544?v=v2" width="403" height="544" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have attached lisp.&lt;/P&gt;&lt;P&gt;Thank you in advance for any input received.&lt;/P&gt;&lt;P&gt;-dc&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 20:34:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406713#M76538</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-28T20:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406743#M76539</link>
      <description>&lt;P&gt;If the red shape is a polyline, and you set its entity name to E,&lt;/P&gt;
&lt;P&gt;and if the white things are any kind of curve, and you can establish what you want to trim in the form as returned by (setq P (entsel)), eg.&amp;nbsp;(&amp;lt;Entity name: 400b5e78&amp;gt; (-43.6888 -25.283 0.0)),&lt;/P&gt;
&lt;P&gt;then&lt;/P&gt;
&lt;P&gt;(command "_.trim" E "" P "")&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 20:58:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406743#M76539</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-28T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406748#M76540</link>
      <description>&lt;P&gt;Not sure. I follow you.&lt;/P&gt;&lt;P&gt;The point of the program is take a task that takes 7-8 clicks and do it in 2.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 21:06:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406748#M76540</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-28T21:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406761#M76541</link>
      <description>&lt;P&gt;Your image looks to me as though there are two white horizontal lines (or polylines) and one red orthogonal polyline, and that you want to trim the lower collinear line between the left and right sides of the polyline.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 21:15:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406761#M76541</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-28T21:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406767#M76542</link>
      <description>&lt;P&gt;trim the white line, then fillet the red and while lines with 0 radius. With to clicks at the intersections.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 21:19:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406767#M76542</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-28T21:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406779#M76543</link>
      <description>&lt;P&gt;So there are originally just two (2) vertical red lines?&lt;/P&gt;
&lt;P&gt;If they each just touch the white line, then all you need is to trim, and do not need to fillet as well.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 21:32:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406779#M76543</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-28T21:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406901#M76544</link>
      <description>&lt;P&gt;They cross the white line.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 00:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9406901#M76544</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T00:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407133#M76545</link>
      <description>&lt;P&gt;Agree with John use trim but with no DWG bit hard to work out exactly what is going on.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 07:01:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407133#M76545</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-03-29T07:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407169#M76546</link>
      <description>&lt;P&gt;Maybe this&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(defun c:test ( / oldsnap pt1 pt2 pt3 pt4 obj1 obj2 obj3)
(setq oldsnap (getvar 'osmode))
(setvar 'osmode 0)
(while (setq pt1 (getpoint "\nPick 1st point next to line enter to exit "))
(setq pt2 (getpoint pt1 "\nPick point next to 2nd line "))
(setq obj1 (vlax-ename-&amp;gt;vla-object (car (entsel "Pick line to be trimmed "))))
(setq ss (ssget "f" (list pt1 pt2)(list (cons 0 "*line"))))
(setq obj2 (vlax-ename-&amp;gt;vla-object (ssname ss 0)))
(setq obj3 (vlax-ename-&amp;gt;vla-object (ssname ss 1)))
(setq pt4 (vlax-invoke obj1 'intersectWith obj2 acExtendnone))
(setq pt3 (vlax-invoke obj1 'intersectWith obj3 acExtendnone))
(setq pt3 (mapcar '(lambda (x) (/ x 2.0)) (mapcar '+ pt3 pt4)))
(command "trim" "F" pt1 pt2 "" "" pt3 "")
)
(setvar 'osmode oldsnap)
(princ)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 29 Mar 2020 07:34:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407169#M76546</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-03-29T07:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407588#M76547</link>
      <description>Pardon me, but that sounds like sloppy drafting in the first place.  &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;</description>
      <pubDate>Sun, 29 Mar 2020 15:19:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407588#M76547</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-29T15:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407612#M76548</link>
      <description>&lt;P&gt;Hello my friend. Thank you for reply.&lt;/P&gt;&lt;P&gt;I tried your code on my wall scenario, this is what I get:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 188px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/747001iD5D83263CD834454/image-dimensions/188x197?v=v2" width="188" height="197" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what the original program does. It works well if only one wall on line to be "cleaned up"...&lt;/P&gt;&lt;P&gt;Two clicks: break (white line) and fillet wall finish lines (red) to ceiling finish line (white)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 421px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/747004i2735EEC632FC530E/image-dimensions/421x184?v=v2" width="421" height="184" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Works great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem occurs if there is more than 1 wall along the line to be "Cleaned up"....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 596px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/747008iEB539D981F7F1632/image-dimensions/596x210?v=v2" width="596" height="210" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should look look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 513px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/747009iD04B3541C1D31AA6/image-dimensions/513x137?v=v2" width="513" height="137" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if this is something that can be remedied. As I said, it works perfect with one wall along ceiling line.&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>Sun, 29 Mar 2020 15:24:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407612#M76548</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407618#M76549</link>
      <description>&lt;P&gt;The walls are generated automatically as is the truss or ceiling framing above. The drafting is done by picking the bottom of the wall, then entering a height and the framing size from a menu. The wall is drawn with top plates and bottom plate as well as finish offset.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 15:29:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407618#M76549</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407718#M76550</link>
      <description>&lt;P&gt;So, those red lines are wall studs? &lt;EM&gt;(I'm a civil, not an archie)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Why are they in pairs with a brace in between?&lt;/P&gt;
&lt;P&gt;What is the horizontal distance between them?&lt;/P&gt;
&lt;P&gt;Why are there two ceiling lines?&amp;nbsp; Is that the sheetrock?&lt;/P&gt;
&lt;P&gt;I am thinking of a way to do everything just by selecting everything in question.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 16:30:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407718#M76550</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-29T16:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407761#M76551</link>
      <description>&lt;P&gt;1st let me say thanks for your time.&lt;/P&gt;&lt;P&gt;Ok...&lt;/P&gt;&lt;P&gt;Yes the double lines at the ceiling line represent the gyp board and the double lines at the walls (red) represent the gyp board on the walls.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 16:53:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407761#M76551</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407766#M76552</link>
      <description>&lt;P&gt;The two rectangles in between the wall lines represent the double 2x top plates.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 16:55:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407766#M76552</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T16:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407928#M76553</link>
      <description>I am not seeing it.  The verticals look like studs to me.&lt;BR /&gt;Can you post a sample drawing (full scale) dumbed down to R16 or older?&lt;BR /&gt;I need to know the separation between the verticals so that I can filter&lt;BR /&gt;out which ones are the cutting edges.&lt;BR /&gt;Also, if there are always two (2) horizontals for the ceiling, is the lower&lt;BR /&gt;one always the target and the higher one is always ignored?</description>
      <pubDate>Sun, 29 Mar 2020 18:53:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9407928#M76553</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-29T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408011#M76554</link>
      <description>&lt;P&gt;See image for explanation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 436px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/747103iAD517ABDE1C6CBAD/image-dimensions/436x235?v=v2" width="436" height="235" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have attached a drawing as well.&lt;/P&gt;&lt;P&gt;Please note, the program I uploaded works great as long as you only do one wall. Maybe a look at the original code may be easiest solution?&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>Sun, 29 Mar 2020 20:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408011#M76554</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T20:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408044#M76555</link>
      <description>&lt;P&gt;I disabled the fillet lines portion of original code. Looks like the break command is failing not the fillet.&lt;/P&gt;&lt;P&gt;I will continue to look.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 20:33:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408044#M76555</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T20:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408049#M76556</link>
      <description>&lt;P&gt;Ok. On the 2nd and 3rd, 4th... passes, break is breaking the vertical lines instead of the horizontal lines.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 20:38:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408049#M76556</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T20:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Break-Fillet lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408058#M76557</link>
      <description>&lt;P&gt;This is crude, but I added:&lt;/P&gt;&lt;P&gt;(command ".draworder" "previous" "last" "" "f")&lt;/P&gt;&lt;P&gt;after the fillets are complete. It seems to work. I will continue to test.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 20:43:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-with-break-fillet-lisp/m-p/9408058#M76557</guid>
      <dc:creator>DC-MWA</dc:creator>
      <dc:date>2020-03-29T20:43:55Z</dc:date>
    </item>
  </channel>
</rss>

