<?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 Help to modify script in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-modify-script/m-p/10451730#M58416</link>
    <description>&lt;P&gt;greetings to all,&lt;/P&gt;&lt;P&gt;I have a script where a part of the code line is the one I show below.&lt;BR /&gt;The code exploits everything except the polylines, hatchs, mpolygon; and I would like to be able to add to the exception the OLE images, and thus these would not be exploited.&lt;BR /&gt;Could you help me with that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setvar "QAFLAGS" 1) (command "_.explode" (ssget "_X" '((-4 . "&amp;lt;AND") (0 . "~*POLYLINE") (0 . "~HATCH") (0 . "~MPOLYGON") (-4 . "AND&amp;gt;"))) "") (setvar "QAFLAGS" 0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 05:47:30 GMT</pubDate>
    <dc:creator>David.Salas0</dc:creator>
    <dc:date>2021-07-08T05:47:30Z</dc:date>
    <item>
      <title>Help to modify script</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-modify-script/m-p/10451730#M58416</link>
      <description>&lt;P&gt;greetings to all,&lt;/P&gt;&lt;P&gt;I have a script where a part of the code line is the one I show below.&lt;BR /&gt;The code exploits everything except the polylines, hatchs, mpolygon; and I would like to be able to add to the exception the OLE images, and thus these would not be exploited.&lt;BR /&gt;Could you help me with that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setvar "QAFLAGS" 1) (command "_.explode" (ssget "_X" '((-4 . "&amp;lt;AND") (0 . "~*POLYLINE") (0 . "~HATCH") (0 . "~MPOLYGON") (-4 . "AND&amp;gt;"))) "") (setvar "QAFLAGS" 0)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 05:47:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-modify-script/m-p/10451730#M58416</guid>
      <dc:creator>David.Salas0</dc:creator>
      <dc:date>2021-07-08T05:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help to modify script</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-modify-script/m-p/10451827#M58417</link>
      <description>&lt;PRE&gt;(ssget "_X"
     '((-4 . "&amp;lt;AND")
       (0 . "~*POLYLINE")
       (0 . "~HATCH")
       (0 . "~MPOLYGON")
       &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;(0 . "~OLE2FRAME")&lt;/STRONG&gt;&lt;/FONT&gt;
       (-4 . "AND&amp;gt;")
      )
)
&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;EXPLODED&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; is the correct term&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 06:43:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-modify-script/m-p/10451827#M58417</guid>
      <dc:creator>pbejse</dc:creator>
      <dc:date>2021-07-08T06:43:19Z</dc:date>
    </item>
  </channel>
</rss>

