<?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 curve chamfer in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366885#M77399</link>
    <description>&lt;P&gt;i need a lisp which can make (multiple chamfer) in one command,&amp;nbsp;&lt;/P&gt;&lt;P&gt;also i need it to solve the issue of making chamfer between curve and line&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 15:18:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-09T15:18:38Z</dc:date>
    <item>
      <title>curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366885#M77399</link>
      <description>&lt;P&gt;i need a lisp which can make (multiple chamfer) in one command,&amp;nbsp;&lt;/P&gt;&lt;P&gt;also i need it to solve the issue of making chamfer between curve and line&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 15:18:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366885#M77399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-09T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366950#M77400</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/AutoCAD-Core/files/GUID-B1DCF991-90A7-4DB0-96FC-BDA3FB76337C-htm.html" target="_blank" rel="noopener"&gt;CHAMFER command&lt;/A&gt; already has a "&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Multiple&lt;/FONT&gt;&lt;/STRONG&gt;" option within the command. This will allow you to do more than 1 selection while in the command.&lt;/P&gt;&lt;P&gt;Also, if you're working with 1 entire polyline that you would like to Chamfer, you can use the "&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Polyline&lt;/FONT&gt;&lt;/STRONG&gt;" option.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 666px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/739083i8A2A32433E2E0192/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What is the 'issue' you are having between a curve &amp;amp; line? Can you provide an example? Give more detail? or post an example drawing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;~DD&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 15:44:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366950#M77400</guid>
      <dc:creator>CodeDing</dc:creator>
      <dc:date>2020-03-09T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366964#M77401</link>
      <description>&lt;P&gt;i want to select all polylines in same command to make all the vertices chamfered with specified distance...&lt;/P&gt;&lt;P&gt;even if one of the vertices is curve not a polyline&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 15:51:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9366964#M77401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-09T15:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367001#M77402</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;.... the issue of making chamfer between curve and line&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Are you aware that you &lt;EM&gt;can&lt;/EM&gt;&amp;nbsp; Chamfer between a curve and a line &lt;EM&gt;if&lt;/EM&gt;&amp;nbsp; they are an arc segment and a line segment of the same Polyline?&amp;nbsp; [It even works if they're not adjacent segments, though the result can be pretty wild.]&amp;nbsp; HOWEVER, doing so &lt;EM&gt;changes the route of the arc segment&lt;/EM&gt;, which I assume you would not want.&amp;nbsp; Starting with the red Polyline on the left [duplicated in dashed dark red on the right so you can see the original shape]:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChamferLineArc.PNG" style="width: 333px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/739088iBDFEA52678C41225/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChamferLineArc.PNG" alt="ChamferLineArc.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;it seems to find a point as if Chamfering the line segment with the &lt;EM&gt;chord&lt;/EM&gt;&amp;nbsp; of the arc segment [dotted yellow], and changes the arc segment to hit that point [green result].&amp;nbsp; I don't know how it determines the new route of the arc segment to hit that point -- I expected it would keep the original's bulge factor, but that's not the case, nor does it keep the starting or ending direction of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BUT&lt;/STRONG&gt; the question arises:&amp;nbsp; If something can be worked out to calculate a point on an Arc to Chamfer to, would that distance need to be measured&amp;nbsp;&lt;EM&gt;along the curve&lt;/EM&gt;&amp;nbsp; of the Arc, or as a &lt;EM&gt;straight-line&lt;/EM&gt;&amp;nbsp; [chord] distance?&amp;nbsp; The difference would be small in most cases, if the Chamfer distance is small relative to the Arc's radius, but there would be a difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another question:&amp;nbsp; By "curve" do you mean only Arc or perhaps Polyline arc segment?&amp;nbsp; Or might you want to use it with an Ellipse or Spline?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:02:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367001#M77402</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-03-09T16:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367042#M77403</link>
      <description>&lt;P&gt;its not what i want , this way change the curve ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:20:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367042#M77403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-09T16:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367102#M77404</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i want to select all polylines in same command to make all the vertices chamfered with specified distance...&lt;/P&gt;
&lt;P&gt;even if one of the vertices is curve not a polyline&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You have a contradiction there.&amp;nbsp; A "curve not a Polyline" would presumably need to be an Arc [or maybe Spline or Ellipse], which won't be included in a selection of Polylines.&amp;nbsp; Do you really mean "even if one of the segments within a selected Polyline is an &lt;EM&gt;arc&lt;/EM&gt; segment, not a &lt;EM&gt;line&lt;/EM&gt; segment"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, your image doesn't Chamfer all corners of the one with the arc segment [if that's what it is].&amp;nbsp; I set up a similar situation, and the Chamfer command applied to a Polyline like that of course does the other corners, but also does&amp;nbsp;&lt;EM&gt;both ends&lt;/EM&gt;&amp;nbsp; of the arc segment, which does &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; appear to be the situation in your image:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChamferPoly.PNG" style="width: 265px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/739113i0D86C4BFF90F9DA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChamferPoly.PNG" alt="ChamferPoly.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;[And note that the arc-segment's path is more significantly altered.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if a way can be found to preserve the path of the remaining curve, if you would not want &lt;EM&gt;both&lt;/EM&gt;&amp;nbsp; ends of an Arc or arc segment Chamfered, by what criteria would a routine be able to decide which end to do?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:47:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367102#M77404</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-03-09T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367843#M77405</link>
      <description>&lt;P&gt;For the arc segment a manual approach is draw circle with rad, then trim pline, erase circle, draw line from ends use pedit join back in. So a arc segment check is possible. Maybe use this method for all chamfers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 23:41:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9367843#M77405</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-03-09T23:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9368084#M77406</link>
      <description>Yes thats true this is the manual way and thats what i need to create in a&lt;BR /&gt;lisp so as to make all of this moves in one command&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Mar 2020 04:09:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9368084#M77406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-10T04:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9371316#M77407</link>
      <description>&lt;P&gt;Try this change the rad value or make it a getreal. No error checks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(defun c:champl ( / rad plent x pt ent obj st end oldsnap)
(vl-load-com)
(setq rad 30)
(setq oldsnap (getvar 'osmode))
(setq plent (car (entsel "\nPick pline")))
(setvar 'osmode 0)
(if plent (setq co-ord (mapcar 'cdr (vl-remove-if-not '(lambda (x) (= (car x) 10))  (entget plent)))))
(repeat (setq x (length co-ord))
(setq pt (nth (setq x (- x 1)) co-ord))
(command "circle" pt rad)
(setq ent (entlast))
(command "trim" ent "" pt "")
(command "erase" ent "")
(setq obj (vlax-ename-&amp;gt;vla-object plent))
(setq st (vlax-curve-getstartpoint obj))
(setq end (vlax-curve-getendpoint obj))
(command "line" st end "")
(command "pedit" plent "join" (entlast) "" "")
(setq plent (entlast))
)
(setvar 'osmode oldsnap)
(princ)
)
(c:champl)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;No &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:19:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9371316#M77407</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-03-11T11:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9374878#M77408</link>
      <description>&lt;P&gt;It works!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 17:01:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9374878#M77408</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-12T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375101#M77409</link>
      <description>now i can tell that you know what i want but am sorry it still not the&lt;BR /&gt;perfect solution or i can say it got some errors,&lt;BR /&gt;first of all when i apply this on a new cad file on one rectangle or&lt;BR /&gt;something it worked very well but when if i draw alot of rectangles (even&lt;BR /&gt;if they are not intersected) and try to apply this on them i got an error&lt;BR /&gt;or i dont know the process stops anyway in the middle of the action....&lt;BR /&gt;second by considering this rectangle as a residential block with 4 vertices&lt;BR /&gt;in the end which i need to chamfered them so i need only 4 chamfers for the&lt;BR /&gt;4 points of rectangle, but when one of the ends is arc it will make the&lt;BR /&gt;rectangle with 5 vertices that the lisp will chamfer them and thats not&lt;BR /&gt;what i want, i want to chamfer the 4 ends only if you know what i mean&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 18:53:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375101#M77409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375158#M77410</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;.... by considering this rectangle as a residential block with 4 vertices&lt;BR /&gt;in the end which i need to chamfered them so i need only 4 chamfers for the&lt;BR /&gt;4 points of rectangle, but when one of the ends is arc it will make the&lt;BR /&gt;rectangle with 5 vertices that the lisp will chamfer them ....&amp;nbsp;i want to chamfer the 4 ends only if you know what i mean&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Going back to your image at Message 3:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The shape with a curve on it does not show the 3 right-angle corners Chamfered in the "after" part, but I assume you want them to be.&amp;nbsp; But the bottom edge of that is clearly made up of &lt;EM&gt;both&lt;/EM&gt;&amp;nbsp; a line segment &lt;EM&gt;and&lt;/EM&gt;&amp;nbsp; an arc segment, so the Polyline in question has [at least] &lt;EM&gt;5&lt;/EM&gt; segments &amp;amp; &lt;EM&gt;5&lt;/EM&gt; vertices, however much you may consider it to have &lt;EM&gt;4&lt;/EM&gt; edges.&amp;nbsp; Are you saying that &lt;EM&gt;where an arc segment is tangent to an adjacent line segment&lt;/EM&gt;, as near the middle of that bottom edge, you &lt;EM&gt;don't&lt;/EM&gt;&amp;nbsp; want that vertex Chamfered?&amp;nbsp; [Not that I can imagine easily how a routine would make that distinction, but it may be possible....]&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 19:25:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375158#M77410</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-03-12T19:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375205#M77411</link>
      <description>Yes in case of the rectangle has an arc i need to chamfer only the 4 ends&lt;BR /&gt;of the rec. Not the whole 5 vertex of the rectangle&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2020 20:02:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375205#M77411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T20:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375530#M77412</link>
      <description>&lt;P&gt;I like your approach because it does exactly what a user should do to obtain the desired result.&lt;/P&gt;
&lt;P&gt;But I have 2 observarions:&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; entmake the circles with '(60 . 1) so they are invisible.&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Instead of&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;(command "trim" ent "" pt "")
try
(command "trim" ent "" (list plent pt) "")&lt;/LI-CODE&gt;
&lt;P&gt;because with potentially overlapping polylines the pt may pick up a different entity.&lt;/P&gt;
&lt;P&gt;I was also concerned that trimming a piece of a polyline might result in creating two polylines, but that seems not to be the case.&lt;/P&gt;
&lt;P&gt;Again...nice work.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 23:26:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375530#M77412</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-12T23:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375945#M77413</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the trim method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you run it multiple times on user objects then you find the headaches. Its a quick and dirty way I acknowledge that, it would probably be better to use a "Break" function using pline segment but code will triple in size and after all its all done for free.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know you can see the circle thought it was just interesting to watch, using entmake for the circle should speed it up also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 08:02:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9375945#M77413</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-03-13T08:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9376043#M77414</link>
      <description>sorry i cant understand the 2 observations although i applied the second to&lt;BR /&gt;change the command trim as u said i did it but i dont know what changed i&lt;BR /&gt;still facing the same issues,&lt;BR /&gt;1) if there are many rectangles need to be chamfered it cause an error , it&lt;BR /&gt;only works if the file has one rectangle,&lt;BR /&gt;&lt;BR /&gt;2) still when the rectangle has an arc which represent 5 vertices not 4&lt;BR /&gt;still i dont want to chamfer the fifth vertix i need to chamfer the 4 end&lt;BR /&gt;points only of the rectangle as shown in attached jpg file ( the clouded&lt;BR /&gt;area i dont want it to be chamfered like the others)&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2020 09:13:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9376043#M77414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T09:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9376730#M77415</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;....&lt;BR /&gt;2) still when the rectangle has an arc which represent 5 vertices not 4&lt;BR /&gt;still i dont want to chamfer the fifth vertix i need to chamfer the 4 end&lt;BR /&gt;points only of the rectangle ....&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;First, if it includes an arc, it's &lt;EM&gt;not a rectangle&lt;/EM&gt;, but let's say "outline" or something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, would I be correct in assuming that "the fifth vert&lt;FONT color="#0000FF"&gt;e&lt;/FONT&gt;x" is &lt;STRONG&gt;&lt;EM&gt;not&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; always going to be &lt;EM&gt;specifically the fifth&lt;/EM&gt;&amp;nbsp; one in terms of the drawn order of vertices of the outline?&amp;nbsp; That is, that a routine could not just step along the Polyline vertices starting at the first one, and do its chamfering thing for the first four vertices and leave the last one alone, because sometimes the vertex you &lt;EM&gt;don't&lt;/EM&gt;&amp;nbsp; want chamfered could be somewhere &lt;EM&gt;other than&lt;/EM&gt;&amp;nbsp; the last one?&amp;nbsp; To me, that's the big challenge -- to get a routine to determine that a vertex is at a tangent continuation between a line segment and an arc segment, or the reverse, no matter where in the sequence, and to therefore ignore that vertex.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, might there ever be &lt;EM&gt;more than one&lt;/EM&gt;&amp;nbsp; arc segment, such as this 6-vertex outline?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PLwithArcs.PNG" style="width: 241px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/741045i6324203A780E942D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PLwithArcs.PNG" alt="PLwithArcs.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;or that an arc segment could be tangent at both ends, such as this, so that you would want to chamfer only 3 corners?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PLwithFillet.PNG" style="width: 237px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/741050i0B894DA9E67E861D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PLwithFillet.PNG" alt="PLwithFillet.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 15:26:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9376730#M77415</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-03-13T15:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9376877#M77416</link>
      <description>So u think there is no solution for that ??##- Please type your reply above&lt;BR /&gt;this line -##</description>
      <pubDate>Fri, 13 Mar 2020 16:32:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9376877#M77416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T16:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9377463#M77417</link>
      <description>&lt;P&gt;A dwg would help to work out what is happening, I will check the multiple not working.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 23:24:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9377463#M77417</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2020-03-13T23:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: curve chamfer</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9377465#M77418</link>
      <description>&lt;P&gt;Oh, c'mon.&amp;nbsp; There's almost always a solution.&amp;nbsp; It's usually just a matter of scraping your knees to find one.&lt;/P&gt;
&lt;P&gt;Where we usually fail in the engineering approach is to define the problem.&amp;nbsp; Once the definition is clear, the design becomes more apparent, despite the fact that you may need umpty-seven conditions to account for varying possibilities.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 23:27:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/curve-chamfer/m-p/9377465#M77418</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-03-13T23:27:39Z</dc:date>
    </item>
  </channel>
</rss>

