<?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: Parameters of Purge command in AutoCAD Electrical Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387378#M7406</link>
    <description>&lt;P&gt;I have a little lisp routing I use, it saves me time when purging (attached).&amp;nbsp; I'm sure it can be tweaked for your own type of use.&amp;nbsp; If you use a lot of preset layers that haven't been used yet they will disappear as Trond mentioned, hence why I also have a "layer state" saved externally.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Aug 2022 10:53:18 GMT</pubDate>
    <dc:creator>Thomas.CoxTFXY8</dc:creator>
    <dc:date>2022-08-29T10:53:18Z</dc:date>
    <item>
      <title>Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11384202#M7404</link>
      <description>&lt;P&gt;What parameters does AutoCAD Elec use when deciding if a purge command will detect anything in a drawing? Seems like a few changes to a simple drawing may not result in a purge. A lot of changes may. Or not. How does ACE measure these changes to decide if a purge is worth its time? Does file size trigger this e.g. the original file is X units large but ACE won't allow a purge until the file size changes to X - Y? If so, what is the value of Y? It is, perhaps, a ratio of objects in the drawing to deleted objects? Are there other calculations that define when a purge will be allowed? Maybe the type of changes matter, for instance, deleting blocks might count more than deleting simple text objects? Or is it a combination of changes that give the go-ahead for a purge command to proceed?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 21:43:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11384202#M7404</guid>
      <dc:creator>shoffmanHLUYT</dc:creator>
      <dc:date>2022-08-26T21:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11385232#M7405</link>
      <description>&lt;P&gt;AutoCAD (Electrical) will never purge anything. Nothing is triggered.&lt;BR /&gt;A purge means "remove stuff from the drawing that's not used anymore."&lt;BR /&gt;You can create 5 million layers in a drawing if you want to, but if you don't draw anything on those layers, they're pretty useless and can be purged.&lt;/P&gt;
&lt;P&gt;When you insert a block into a drawing, a block definition is saved to the drawing database, and what you see in the drawing are references to that block definition. If you remove all instances of the block references, the block definition is still in the drawing database and can also be purged, as they're not used anymore.&lt;/P&gt;
&lt;P&gt;And so on, and so on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it comes to "automatic filesize," we have the ISAVEPERCENT variable. Every time you save the drawing, all changes are just added to the end of the file to save time when saving large drawings.&lt;BR /&gt;If the ISAVEPERCENT is set to 50, AutoCAD will keep adding to the end of the file until all the stuff added is more than 50% of the original filesize. Then, AutoCAD will do a "full" save, and the filesize is smaller again.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 19:20:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11385232#M7405</guid>
      <dc:creator>rhesusminus</dc:creator>
      <dc:date>2022-08-27T19:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387378#M7406</link>
      <description>&lt;P&gt;I have a little lisp routing I use, it saves me time when purging (attached).&amp;nbsp; I'm sure it can be tweaked for your own type of use.&amp;nbsp; If you use a lot of preset layers that haven't been used yet they will disappear as Trond mentioned, hence why I also have a "layer state" saved externally.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 10:53:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387378#M7406</guid>
      <dc:creator>Thomas.CoxTFXY8</dc:creator>
      <dc:date>2022-08-29T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387804#M7407</link>
      <description>&lt;P&gt;I just created a new drawing in AE, saved it, added some text, deleted the text, saved again, and tried Purge. Nothing happens. AE doesn't offer to purge anything. So there must be&amp;nbsp; a set point (of what?) that lets the purge command go forward. But what is it that AE uses for that set point? Is it related to that ISAVEPERCENT variable you mentioned?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 13:52:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387804#M7407</guid>
      <dc:creator>shoffmanHLUYT</dc:creator>
      <dc:date>2022-08-29T13:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387881#M7408</link>
      <description>&lt;P&gt;Maybe I see it now. Deleting a text object leaves nothing behind in the drawing file so there is nothing to purge. But deleting a block leaves behind the block definition, which is what gets purged. Is that it?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:21:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387881#M7408</guid>
      <dc:creator>shoffmanHLUYT</dc:creator>
      <dc:date>2022-08-29T14:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387931#M7409</link>
      <description>&lt;P&gt;Yup!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:32:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387931#M7409</guid>
      <dc:creator>rhesusminus</dc:creator>
      <dc:date>2022-08-29T14:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parameters of Purge command</title>
      <link>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387935#M7410</link>
      <description>&lt;P&gt;If you look at the purge dialog window, you can see on the left side what kind of objects that can be purged.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 14:33:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-electrical-forum/parameters-of-purge-command/m-p/11387935#M7410</guid>
      <dc:creator>rhesusminus</dc:creator>
      <dc:date>2022-08-29T14:33:55Z</dc:date>
    </item>
  </channel>
</rss>

