<?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: HATCH SOLID in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641794#M250</link>
    <description>&lt;P&gt;watch the gif&lt;/P&gt;</description>
    <pubDate>Wed, 21 May 2025 06:22:53 GMT</pubDate>
    <dc:creator>komondormrex</dc:creator>
    <dc:date>2025-05-21T06:22:53Z</dc:date>
    <item>
      <title>HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640303#M238</link>
      <description>&lt;P&gt;WHY THIS CONFIGURATION DOES NOT ACCEPT&lt;FONT color="#FF0000"&gt; SOLIDS&lt;/FONT&gt;&lt;BR /&gt;;; DRAW&lt;BR /&gt;(command "_.PLINE" ptBase1 topoPt ptBase2 "C")&lt;BR /&gt;(setq triEnt (entlast))&lt;BR /&gt;(command "_.HATCH" "&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ANSI31&lt;/STRONG&gt;&lt;/FONT&gt;" ".001" "0" triEnt "")&lt;BR /&gt;(setq hacEnt (entlast))&lt;BR /&gt;(command "_.CHPROP" hacEnt "" "Color" "30" "")&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:36:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640303#M238</guid>
      <dc:creator>sigmmadesigner</dc:creator>
      <dc:date>2025-05-20T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640340#M239</link>
      <description>&lt;P&gt;Because you don't have a hatch pattern with name "Solids" ?&lt;/P&gt;&lt;P&gt;SOLID&lt;/P&gt;&lt;P&gt;And I guess, -hatch don't asking for an angle.&lt;/P&gt;&lt;P&gt;Set CMDECHO to 1&lt;/P&gt;&lt;P&gt;Run your (command...) with SOLID&lt;/P&gt;&lt;P&gt;and press [F2]&lt;/P&gt;&lt;P&gt;and you can see what the problem is.&lt;/P&gt;&lt;P&gt;Share a screenshot if you can not see the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 12:51:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640340#M239</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-05-20T12:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640363#M240</link>
      <description>&lt;P&gt;...nor the scale&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(command "_.HATCH" "&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;solid&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;" triEnt "")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 13:03:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640363#M240</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2025-05-20T13:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640515#M241</link>
      <description>&lt;P&gt;i think&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(&lt;FONT color="#0000FF"&gt;command-s&lt;/FONT&gt; "_.HATCH" "&lt;FONT color="#FF0000"&gt;solid&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;" ".001" "0" triEnt "")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;will do&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 14:02:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640515#M241</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2025-05-20T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640523#M242</link>
      <description>&lt;P&gt;FYI: Here's another way to change the hatch color:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.Hatchedit" (entlast) "_Co" "30")&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 May 2025 14:04:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640523#M242</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-05-20T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640555#M243</link>
      <description>&lt;P&gt;The original code works, so I guess sigmmadesigner ised the wrong pattern name&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 May 2025 14:23:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13640555#M243</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-05-20T14:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641550#M244</link>
      <description>&lt;P&gt;Hello everyone, &amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13423916"&gt;@komondormrex&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&lt;BR /&gt;I tried, all the possibilities posted last I even joked.. it's just add solido that the function gives an error.&lt;/P&gt;&lt;P&gt;Thank you all for contributing!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 03:18:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641550#M244</guid>
      <dc:creator>sigmmadesigner</dc:creator>
      <dc:date>2025-05-21T03:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641606#M245</link>
      <description>&lt;P&gt;did you try changing the code to what both&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;mentioned:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.HATCH" "solid" triEnt "")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 May 2025 03:58:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641606#M245</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-05-21T03:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641663#M246</link>
      <description>&lt;P&gt;also try it with an underscore in front of &lt;STRONG&gt;solid&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.HATCH" "_solid" triEnt "")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 04:51:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641663#M246</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-05-21T04:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641733#M247</link>
      <description>&lt;P&gt;Your original hatch-codeline should works with solid.&lt;/P&gt;&lt;P&gt;I miss your Textscreen [F2] screenshot, while cmdecho is 1&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 05:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641733#M247</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-05-21T05:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641757#M248</link>
      <description>&lt;DIV&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13423916"&gt;@komondormrex&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1779365"&gt;@ВeekeeCZ&lt;/a&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;THIS WAS THE SOLUTION&lt;/DIV&gt;&lt;DIV&gt;command "_.PLINE" (car rect1) (cadr rect1) (caddr rect1) (cadddr rect1) "C")&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(setq rectEnt1 (if (/= (entlast) entBefore) (entlast) nil))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(if rectEnt1 (progn (command "_.CHPROP" rectEnt1 "" "Color" "40" "")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(command "_.HATCH" "SOLID" rectEnt1 "")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(setq hatch1 (entlast))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(command "_.CHPROP" hatch1 "" "Color" "40" ""))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; (princ "\n ERROR HATCH SOLID"))&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 May 2025 05:53:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641757#M248</guid>
      <dc:creator>sigmmadesigner</dc:creator>
      <dc:date>2025-05-21T05:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641778#M249</link>
      <description>&lt;P&gt;so isn't your revised line of code:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.HATCH" "SOLID" rectEnt1 "")&lt;/LI-CODE&gt;&lt;P&gt;similar to what we posted:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "_.HATCH" "_solid" triEnt "")&lt;/LI-CODE&gt;&lt;P&gt;triEnt was the variable you used in your OP:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq triEnt (entlast))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 May 2025 06:02:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641778#M249</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-05-21T06:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641794#M250</link>
      <description>&lt;P&gt;watch the gif&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 06:22:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641794#M250</guid>
      <dc:creator>komondormrex</dc:creator>
      <dc:date>2025-05-21T06:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641832#M251</link>
      <description>&lt;P&gt;lsp only accepted to apply solid hatching if with&lt;BR /&gt;(setq rectEnt1 (if (/= (entlast) entBefore) (entlast) nil))&lt;BR /&gt;with respect to rectEnt1, triEnt were the types of objects that would receive the function, rectangles and triangles.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 06:29:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641832#M251</guid>
      <dc:creator>sigmmadesigner</dc:creator>
      <dc:date>2025-05-21T06:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641838#M252</link>
      <description>&lt;P&gt;what madness, in msg 7/14 changing the type to stop programming&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 06:34:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641838#M252</guid>
      <dc:creator>sigmmadesigner</dc:creator>
      <dc:date>2025-05-21T06:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641844#M253</link>
      <description>&lt;P&gt;looks like we are not seeing the entire code because&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;entBefore&lt;/STRONG&gt; is not defined in the code you've posted.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 06:35:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13641844#M253</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-05-21T06:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13643571#M254</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1137264"&gt;@paullimapa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is actually no line above this fragment, which means a variable that receives the selection of what was previously created and stores it, so that it can later recognize the limits and place the solid hatch, as exemplified by @komondormrex the solid hatch depends on you determining the limit points, and the entBefore function does this storage so that the solid hatch is applied. That's why in my video when I use the function directly it gives an error, and with this proposition I store the object to apply the solid.&lt;BR /&gt;I don't know if I explained it well.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;;points of the rectangle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;(setq rectPts (list&amp;nbsp; &amp;nbsp;(polar (polar pt ra(/ fa -2)) (+ ra (/ pi 2)) (/ FE_width 2))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(polar (polar pt ra(/ fa 2))&amp;nbsp; (+ rectAngle (/ pi 2)) (/ fw2))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(polar (polar pt ra(/ fa 2))&amp;nbsp; (+ rectAngle (/ pi 2)) (/ fw-2))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(polar (polar pt ra(/ fa -2)) (+ rectAngle (/ pi 2)) (/ fw-2))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;;; Stores the last entity before the PLINE command&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (setq entBefore (entlast))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;;; Draw the strip rectangle (closed polyline)&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (command "_.PLINE" (car rectPts) (cadr rectPts) (caddr rectPts) (cadddr rectPts) "C")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;;; Stores the last created entity (strip rectangle)&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (setq entAfter (entlast))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (setq rectEnt (if (/= entBefore entAfter) entAfter nil))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;;; If rectangle was created, apply color and hatch properties&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (if rectEnt (progn&amp;nbsp; (command "_.CHPROP" rectEnt "" "Color" "253" "")&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (command "_.HATCH" "SOLID" rectEnt "")&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;;; Hatch solid&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (setq hacEnt (entlast))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; (command "_.CHPROP" hacEnt "" "Color" "253" "")&amp;nbsp; ));; Hatch color same contour&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;ent + Before&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 02:35:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13643571#M254</guid>
      <dc:creator>sigmmadesigner</dc:creator>
      <dc:date>2025-05-22T02:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: HATCH SOLID</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13643593#M255</link>
      <description>&lt;P&gt;So it sounds like your closed pline creation has a possibility of failing which is why you've added the test to see if the last entity is different than your previous last entity. But if there's no problems with the closed pline being generated then the same hatch command works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 02:53:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/hatch-solid/m-p/13643593#M255</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2025-05-22T02:53:56Z</dc:date>
    </item>
  </channel>
</rss>

