<?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: Awesome LISP gives different results of multiple PC's in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669927#M15938</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15263047"&gt;@AshRAECSolutions&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;So you need to some how make these polylines light weight mean's reduce number of vertex without shape distorted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;....&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A Polyline being "lightweight" has nothing to do with how many vertices there are, but rather how the information about it is stored.&amp;nbsp; The same Polyline can be either "heavy" or "lightweight" without any difference in the shape or number of vertices.&amp;nbsp; Since all the Polylines in the sample drawing seem to be made of line segments only, it is &lt;STRONG&gt;&lt;EM&gt;not possible&lt;/EM&gt;&lt;/STRONG&gt; to reduce the number of vertices without changing the shape at all.&amp;nbsp; It's a question of &lt;STRONG&gt;&lt;EM&gt;how much change&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;in the shape is allowable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The attached &lt;STRONG&gt;PLDIET.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;PLD&lt;/STRONG&gt; command will reduce vertices.&amp;nbsp; [There are links for it in several places in this Forum, but downloads from the linked website are currently not working, so I attach it here.]&amp;nbsp; That means &lt;EM&gt;skipping over&lt;/EM&gt; the locations of some vertices, so that line segments run between vertices that were not originally adjacent.&amp;nbsp; Fewer vertices means longer segments, and greater "kinkiness" in areas of "curvature."&amp;nbsp; Here are a couple of results for comparison, from a portion of the sample drawing, with different values for the maximum length to straighten in the &lt;STRONG&gt;PLD&lt;/STRONG&gt; command:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1711558404957.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1342750iFFD72BD7B67A3866/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1711558404957.png" alt="Kent1Cooper_0-1711558404957.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How "distorted" are you willing to have your shapes become?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are looking to have portions like that turned into &lt;EM&gt;&lt;STRONG&gt;arc&lt;/STRONG&gt;&lt;/EM&gt; segments, &lt;STRONG&gt;PLD&lt;/STRONG&gt; will not do that.&amp;nbsp; I couldn't say whether that could be automated, but it would be quite a challenge, if it's possible at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[The only way vertices can be removed in a Polyline of only line segments &lt;EM&gt;without&lt;/EM&gt; changing the shape at all is when there are intermediate vertices along a stretch of collinear line segments.&amp;nbsp; PLD will remove those, anyway, regardless of your maximum-length setting.]&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 17:02:51 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2024-03-27T17:02:51Z</dc:date>
    <item>
      <title>Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12663031#M15928</link>
      <description>&lt;P&gt;Hello awesome community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm seeking for your guidance in a interesting problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My team is currently testing and running a LISP made by the Guru - Lee Mac called "Outline Objects"&amp;nbsp;&lt;A href="https://lee-mac.com/outlineobjects.html" target="_blank"&gt;https://lee-mac.com/outlineobjects.html&lt;/A&gt;. (I would attach the lsp file but there are only 3 maximum)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting close to the desired end-result (creating outlines of the tools) but it seems like the LISP gives different results of different PC's. On one PC it works perfectly, on others it creates small closed polylines and disrupts the general outline. Can you offer us some guidance on why this may occur?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: The file is coming in as a DXF with multiple polyline segments. We're using PEDIT / M / With a 0.05 Join with Extend to transform the shapes into closed polylines before running the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We believe it may be due to the fact that the "dis" &amp;amp; "zoomwindow" may be calculated screen-based measurement, and the output of each graphics gard may offer different results. But we're not sure, that's why we are posting here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm adding all the DWG's in the attachments. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 07:11:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12663031#M15928</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-25T07:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12667013#M15929</link>
      <description>&lt;P&gt;Always worked fine for me but I only work using the WCS Lee mentions in his code. Maybe a UCS coordinate system current in the drawing caused the incorrect results?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 17:03:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12667013#M15929</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2024-03-26T17:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12667058#M15930</link>
      <description>&lt;P&gt;Is it affected by Zoom level?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 17:19:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12667058#M15930</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-03-26T17:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12668133#M15931</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15251351"&gt;@adelin_farcas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually if Lisp not give desired result that mean's .&amp;nbsp; Current Data is not same as Sample data which used to Create Lisp.&lt;/P&gt;&lt;P&gt;So In this case your Data is required a preprocess after that you can use this Lisp&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data have some issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dangle found in Data mean Lwpolylines not connected properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have "adedwgclean" which belongs to Map version of autocad will help you also distance between vertex is close to 0 which is not requried.&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can check attached png file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope so this will fix issue.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 04:01:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12668133#M15931</guid>
      <dc:creator>AshRAECSolutions</dc:creator>
      <dc:date>2024-03-27T04:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669535#M15932</link>
      <description>Hey Tom! Thanks for the idea.&lt;BR /&gt;I've tested are the UCS orientation and set to World, but no changes have been made to the result of the script. Thanks for writing!</description>
      <pubDate>Wed, 27 Mar 2024 15:06:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669535#M15932</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-27T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669537#M15933</link>
      <description>Hey Ken!&lt;BR /&gt;I've tested with multiple Zoom Levels and it would seem like it does not affect it. Thanks for the idea!</description>
      <pubDate>Wed, 27 Mar 2024 15:06:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669537#M15933</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-27T15:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669543#M15934</link>
      <description>The Ash! This was a good one, with awesome ideas.&lt;BR /&gt;&lt;BR /&gt;Your observation is correct, when the DXF, is exported and reaches us, it will have interrupted polylines. Before trying the script we're Joining the Polylines PEDIT / M / Join (Extend JoinType) / 0.2 fuzz to join everything, and afterwards we run the script.</description>
      <pubDate>Wed, 27 Mar 2024 15:08:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669543#M15934</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-27T15:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669726#M15935</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15251351"&gt;@adelin_farcas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your kind words! we are glad you found the ideas presented here to be awesome. Your acknowledgment means a lot to us, and we appreciate your validation of our observation. If there's anything else we are happy to help.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 15:55:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669726#M15935</guid>
      <dc:creator>AshRAECSolutions</dc:creator>
      <dc:date>2024-03-27T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669735#M15936</link>
      <description>The only thing is that the issue still persists on different resolutions even after PEDIT/JOIN and transforming them into closed poluylines. It would seem like different resolutions/windows scalin affects somhow the script calculations. We're still investigating, any other ideas are appreciated!</description>
      <pubDate>Wed, 27 Mar 2024 15:59:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669735#M15936</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-27T15:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669803#M15937</link>
      <description>&lt;P&gt;Actually&amp;nbsp; First issue is resolved now. now lwpolyline are connected properly.&lt;/P&gt;&lt;P&gt;But still one issue are there as we informed vertex are so close to each other and when Lisp process lwpolyline those vertex stop Lisp to create proper polygon.&lt;/P&gt;&lt;P&gt;So you need to some how make these polylines light weight mean's reduce number of vertex without shape distorted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Than everything will work fine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 16:19:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669803#M15937</guid>
      <dc:creator>AshRAECSolutions</dc:creator>
      <dc:date>2024-03-27T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669927#M15938</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15263047"&gt;@AshRAECSolutions&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;So you need to some how make these polylines light weight mean's reduce number of vertex without shape distorted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;....&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A Polyline being "lightweight" has nothing to do with how many vertices there are, but rather how the information about it is stored.&amp;nbsp; The same Polyline can be either "heavy" or "lightweight" without any difference in the shape or number of vertices.&amp;nbsp; Since all the Polylines in the sample drawing seem to be made of line segments only, it is &lt;STRONG&gt;&lt;EM&gt;not possible&lt;/EM&gt;&lt;/STRONG&gt; to reduce the number of vertices without changing the shape at all.&amp;nbsp; It's a question of &lt;STRONG&gt;&lt;EM&gt;how much change&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;in the shape is allowable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The attached &lt;STRONG&gt;PLDIET.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;PLD&lt;/STRONG&gt; command will reduce vertices.&amp;nbsp; [There are links for it in several places in this Forum, but downloads from the linked website are currently not working, so I attach it here.]&amp;nbsp; That means &lt;EM&gt;skipping over&lt;/EM&gt; the locations of some vertices, so that line segments run between vertices that were not originally adjacent.&amp;nbsp; Fewer vertices means longer segments, and greater "kinkiness" in areas of "curvature."&amp;nbsp; Here are a couple of results for comparison, from a portion of the sample drawing, with different values for the maximum length to straighten in the &lt;STRONG&gt;PLD&lt;/STRONG&gt; command:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1711558404957.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1342750iFFD72BD7B67A3866/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1711558404957.png" alt="Kent1Cooper_0-1711558404957.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How "distorted" are you willing to have your shapes become?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are looking to have portions like that turned into &lt;EM&gt;&lt;STRONG&gt;arc&lt;/STRONG&gt;&lt;/EM&gt; segments, &lt;STRONG&gt;PLD&lt;/STRONG&gt; will not do that.&amp;nbsp; I couldn't say whether that could be automated, but it would be quite a challenge, if it's possible at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[The only way vertices can be removed in a Polyline of only line segments &lt;EM&gt;without&lt;/EM&gt; changing the shape at all is when there are intermediate vertices along a stretch of collinear line segments.&amp;nbsp; PLD will remove those, anyway, regardless of your maximum-length setting.]&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 17:02:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12669927#M15938</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-03-27T17:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12671085#M15939</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Kent, we appreciate your insights and agree that this particular aspect poses a challenge. handle lwpolyline object like&amp;nbsp; arc, as you pointed out, isn't something that PLD can handle. It's a nuanced task and could potentially be quite complex to automate.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 03:11:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12671085#M15939</guid>
      <dc:creator>AshRAECSolutions</dc:creator>
      <dc:date>2024-03-28T03:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12671444#M15940</link>
      <description>Hey Kent!&lt;BR /&gt;&lt;BR /&gt;Thank you for the insights, we already started to look into PLDiet and it is awesome that we understand it more now.&lt;BR /&gt;&lt;BR /&gt;This is actually a feaseable solution:&lt;BR /&gt;- Joining with PEDIT the lines&lt;BR /&gt;- Overkill for all (so we don't have any 0 lenght lines)&lt;BR /&gt;- PLDiet&lt;BR /&gt;- Outline&lt;BR /&gt;&lt;BR /&gt;We've seen great results with this approach, and we are basing our investigation on these findings. From my point of view it's a resolved solution, and I'm appreciative of all the explanations!</description>
      <pubDate>Thu, 28 Mar 2024 07:53:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12671444#M15940</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-28T07:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12671567#M15941</link>
      <description>&lt;P&gt;I think you definitely need to get a cleaner .dxf file from the originator to make your life easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't used this program myself but it looks like it might give you a much tidier file to work with.&lt;/P&gt;&lt;P&gt;&lt;A title="Curvefit file tidier" href="https://tcicorp.com/curvefit/" target="_blank" rel="noopener"&gt;https://tcicorp.com/curvefit/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;They do a plug in for Autocad, as well as a standalone version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using the BOUNDARY command&amp;nbsp;(in a .dwg clone and not Autocad) and it managed to create a result similar to your final file, but obviously, it still suffers with far too many vectors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I presume from the shapes this is a foam fitment which you will either be routing or waterjet cutting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 09:04:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12671567#M15941</guid>
      <dc:creator>david.waight</dc:creator>
      <dc:date>2024-03-28T09:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12672034#M15942</link>
      <description>Hey David!&lt;BR /&gt;&lt;BR /&gt;Exactly, this will be a foam fitment which will be used in waterjet cutting.&lt;BR /&gt;&lt;BR /&gt;I understand that we would need a cleaner dxf. The only thing is that we're converting a drawn SVG to DXF with a 3rd part tool, which offeres us the DXF with interrupted lines. Afterwards we try to manipulate them so that the outline can be sent to waterjet.</description>
      <pubDate>Thu, 28 Mar 2024 13:12:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12672034#M15942</guid>
      <dc:creator>adelin_farcas</dc:creator>
      <dc:date>2024-03-28T13:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Awesome LISP gives different results of multiple PC's</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12672183#M15943</link>
      <description>&lt;P&gt;Hi Adelin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what your 3rd party tool is or what created your .svg in the first place, but as a test, I drew a squiggle in Inkscape (free program whose native file format is .svg) and then exported it as a .dxf and a .pdf both from within Inkscape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both files were imported into my CAD program and after flattening the splines and exploding everything into lines and arcs everything that was originally curved (albeit now multiple shorter arcs) was still curved and the straight lines were lines.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incidentally, the .pdf was lighter on its entity count than the .dxf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached are the original Inkscape .svg and the resulting .dwg file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 14:11:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/awesome-lisp-gives-different-results-of-multiple-pc-s/m-p/12672183#M15943</guid>
      <dc:creator>david.waight</dc:creator>
      <dc:date>2024-03-28T14:11:28Z</dc:date>
    </item>
  </channel>
</rss>

