<?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 Reduce Verticies with UrbanLISP in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254497#M4343</link>
    <description>&lt;P&gt;I know AutoCAD doesn't offer any tools to reduce the amount of verticies on a polyline, so I found this UrbanLISP that is supposed to do the job but I keep getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: RXV&lt;BR /&gt;Remove eXcess Vertices...&lt;BR /&gt;Select polylines...&lt;BR /&gt;Select objects: 1 found&lt;BR /&gt;Select objects:&lt;BR /&gt;Analyzing polylines...&lt;BR /&gt;Unfortunately an error occured... Error caused by bad argument type: consp nil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does this mean and is there any direction on how to fix this?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 19:31:47 GMT</pubDate>
    <dc:creator>jfantiC96W2</dc:creator>
    <dc:date>2025-01-10T19:31:47Z</dc:date>
    <item>
      <title>Reduce Verticies with UrbanLISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254497#M4343</link>
      <description>&lt;P&gt;I know AutoCAD doesn't offer any tools to reduce the amount of verticies on a polyline, so I found this UrbanLISP that is supposed to do the job but I keep getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: RXV&lt;BR /&gt;Remove eXcess Vertices...&lt;BR /&gt;Select polylines...&lt;BR /&gt;Select objects: 1 found&lt;BR /&gt;Select objects:&lt;BR /&gt;Analyzing polylines...&lt;BR /&gt;Unfortunately an error occured... Error caused by bad argument type: consp nil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does this mean and is there any direction on how to fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:31:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254497#M4343</guid>
      <dc:creator>jfantiC96W2</dc:creator>
      <dc:date>2025-01-10T19:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce Verticies with UrbanLISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254524#M4344</link>
      <description>&lt;P&gt;It means some function is wanting to be given a list [possibly limited to a dotted-pair list?] such as an entity data entry, but is getting nil instead, which is an invalid argument for whatever it's trying to do.&amp;nbsp; That message isn't in typical AutoCAD wording, so I suspect it's built into the code itself -- can you post that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you could try my &lt;STRONG&gt;PLDiet.lsp&lt;/STRONG&gt; routine, &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/pld-polyline-diet-last-vertex-not-being-deleted/m-p/12955600/highlight/true#M470148" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; Whether that's what you want, you would need to decide -- it does it by testing for segment lengths and amount of bend angle between them, relative to limits you specify, and also removes all intermediate vertices along collinear stretches, no matter how long.&amp;nbsp; If your needs are simpler, I also have one that just removes every other vertex, in a brute-force way regardless of lengths or bends or arcs or anything [attached].&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:50:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254524#M4344</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-01-10T19:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce Verticies with UrbanLISP</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254534#M4345</link>
      <description>&lt;P&gt;Awesome, PLEO works fine for what I need. Thank you so much&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 19:53:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/reduce-verticies-with-urbanlisp/m-p/13254534#M4345</guid>
      <dc:creator>jfantiC96W2</dc:creator>
      <dc:date>2025-01-10T19:53:16Z</dc:date>
    </item>
  </channel>
</rss>

