Results 1 to 4 of 4

Thread: Super Purge

  1. #1
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Default Re: Super Purge

    Summary: An Autodesk approved Super Purge routine

    Description: An Autodesk approved super purge routine (or set of such) that has a multiple checkbox allowing default settings to be retained or changed (similar to the Overkill dialog box). Some options would be to eliminate regapps, perform overkill (even within nested blocks), perform an audit, remove any multiple handles (causing the "*Warning* Multiply owned object, handle "XXXX" " message), stripping all Mtext widths, sets all properties to ByLayer (including nested objects) and flattens all objects to 0 height (even thickness).
    This would be an ideal routine for most outside drawings received.

    Product and Feature: AutoCAD -

    Submitted By: e3do2112 on 11/11/2020


  2. #2
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Exclamation Re: Super Purge

    Super Purge

    Summary: An Autodesk approved Super Purge routine

    Description: An Autodesk approved super purge routine (or set of such) that has a multiple checkbox allowing default settings to be retained or changed (similar to the Overkill dialog box). Some options would be to eliminate regapps, perform overkill (even within nested blocks), perform an audit, remove any multiple handles (causing the "*Warning* Multiply owned object, handle "XXXX" " message), stripping all Mtext widths, sets all properties to ByLayer (including nested objects) and flattens all objects to 0 height (even thickness).
    This would be an ideal routine for most outside drawings received.

    Product and Feature: AutoCAD - Lisp

    Submitted By: e3do2112 on 11/11/2020


  3. #3
    Wish List Administration
    Join Date
    2011-08
    Posts
    4,581

    Exclamation Re: Super Purge

    Super Purge

    Summary: An Autodesk approved Super Purge routine

    Description: An Autodesk approved super purge routine (or set of such) that has a multiple checkbox allowing default settings to be retained or changed (similar to the Overkill dialog box). Some options would be to eliminate regapps, perform overkill (even within nested blocks), perform an audit, remove any multiple handles (causing the "*Warning* Multiply owned object, handle "XXXX" " message), stripping all Mtext widths, sets all properties to ByLayer (including nested objects) and flattens all objects to 0 height (even thickness).
    This would be an ideal routine for most outside drawings received.

    Product and Feature: AutoCAD - Lisp

    Submitted By: e3do2112 on 11/11/2020


  4. #4
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,665

    Default Re: Super Purge

    Most of that could be done with a macro starting with -Purge adding Audit in there with a Yes behind it as well.
    Quick macro to Purge regapps:
    Code:
    ^C^C-Purge;RegApps;*;N

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •