Purpose: Remove CLEANUP elements inside blocks

Note: REMOVE-ELEMENTS-CLEAN-IN-BLOCKS
Processing mode: DWGs are processed one by one (not all at once).

This tool cleans the inside of blocks without affecting the rest of the drawing. It opens the DWG, goes through each block in the drawing, looks inside for entities marked “CLEANUP” / “MASK”, deletes them, and then saves the DWG. No other geometry or property is modified.

  1. Open the DWG

    The software opens the DWG to be cleaned.

    Opening the DWG before block cleaning
    Loading the source file.
  2. Access blocks one by one

    The software opens each block in the drawing one at a time to inspect its internal content.

    Sequential opening of each DWG block
    Internal inspection of each block in the drawing.
  3. Detect “CLEANUP” elements

    In each block, the tool searches for entities marked or named “CLEANUP” / “MASK”.

    Searching for CLEANUP marked entities inside blocks
    Locating CLEANUP elements inside each block.
  4. Targeted removal

    All elements identified as “CLEANUP” are deleted inside the block.
    Only this temporary content is removed.

    Deleting CLEANUP elements from each block
  5. Preservation of block content

    The useful content of the block, its geometry, attributes, and properties are not modified.
    Only the CLEANUP elements are removed.

    No impact on other block entities
    The block remains identical, just without the CLEANUP markers.
  6. Save the DWG

    The DWG is saved after cleaning all blocks.

    Saving the DWG after removal of CLEANUP elements inside blocks
    File saved, blocks clean and ready for use.