• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
blog.draftsperson.net

blog.draftsperson.net

the art of technical drawing

blog.draftsperson.net

SHEETSTRIP LISP: Remove Matching Objects From Every Layout

August 3, 2026

SHEETSTRIP is the inverse of SHEETECHO: select something on the current sheet and its twin is deleted from every other sheet too. This is how you retract a preliminary stamp, a revision cloud or a superseded note that was previously copied across the whole set.

What SheetStrip does

SHEETSTRIP removes from chosen layouts; SHEETSTRIPALL removes from every other layout. Both also delete the originals from the current layout.

How to use it

  1. Read the warning below before running this on a live set.
  2. Load the routine with APPLOAD, or put it on your support file search path.
  3. Go to a layout carrying the objects and type SHEETSTRIP or SHEETSTRIPALL.
  4. Select the objects to remove.
  5. Check the reported count against what you expected.

How it works

There is no link between copies on different sheets, so matches have to be recognised by their characteristics. An object matches when all of these agree: object type, layer, colour, linetype, lineweight, and the position of its bounding box corners to within one part in a million.

The cheap property comparison is done first, and the bounding box is only computed for objects that pass it. That ordering matters: getting a bounding box is comparatively expensive, and a large drawing may hold thousands of candidates.

Notes and limits

  • Identical geometry on the same layer WILL be treated as a match, even if it was never a copy of your selection. If two sheets legitimately carry the same symbol at the same coordinates, both go. Check the reported count before moving on.
  • The originals are deleted too, on the current layout as well as the others.
  • Matching is on appearance, not identity. An object that was edited after being echoed will no longer match and will survive.
  • One undo group covers the whole operation.

Download and details

NameSheetStrip — remove matching objects from other layouts
DownloadSheetStrip.lsp — 14.5 KB, plain AutoLISP source. Downloads directly; no zip to unpack.
TypeAutoCAD AutoLISP routine
CommandsSHEETSTRIP, SHEETSTRIPALL
Requiresthe ActiveX layer (loaded automatically by the routine with vl-load-com); nothing extra — the dialog is written to a temporary file at run time and deleted again, so there is no .dcl to install.
Source size14.5 KB, 361 lines
Error handlingYes — a *error* handler restores every system variable it changed, on cancel as well as on error.
UndoThe whole operation is wrapped in a single undo group, so one U reverses all of it.
CompatibilityAutoCAD (any release with AutoLISP), BricsCAD, ZWCAD, GstarCAD, ProgeCAD and other IntelliCAD-based platforms. AutoCAD LT needs a LISP enabler. No .NET, no ObjectARX, no installer.
AuthorYZ, August 2026
LicenceFree to use, supplied “as is” with no warranty.

References

  • SHEETECHO LISP — the operation this reverses
  • SHEETSHUFFLE LISP — managing the layout tabs themselves
  • More free AutoLISP routines on this site
  • Wisey’s Steel Shapes — free structural steel section drawing program

Filed Under: AutoLISP Routines

Primary Sidebar

Subscribe to our Youtube Channel

Post CAD drafting jobs on Freelancer.com. and get some free money to do this.

Categories

  • American Steel Industry (4)
  • AutoCAD Articles & Reference (30)
  • AutoCAD Bugs & Problems (19)
  • AutoCAD Tips (29)
  • AutoCAD Tutorials (54)
  • AutoLISP Routines (328)
  • AutoLISP Tutorials (15)
  • CAD Standards (7)
  • Civil 3D (7)
  • Civil Drafting (4)
  • Dimensions (2)
  • Drafting Funnies (71)
  • Drafting History (9)
  • Drafting Standards (84)
  • Electrical Drafting (2)
  • General IT reference (7)
  • Geometry (15)
  • GIS (2)
  • Hatch Patterns (12)
  • Office Life Hacks (3)
  • PT (1)
  • Revit Tutorials (54)
  • Steel Detailing (14)
  • Structural Drafting (26)
  • Technical Dictionary (61)
  • Useful Website Links (19)

Footer

Free downloads

  • Free AutoLISP routines
  • Free hatch patterns
  • SHX fonts & text styles
  • Numbering LISP collection
  • ISO 3098B font

Reference charts

  • AWS weld symbols chart
  • Steel detailing chart
  • Hole & slot sizes
  • Bolt edge distance
  • ANSI & ARCH paper sizes
  • How to fold an A1 drawing

Useful links

  • CAD blocks (DWG)
  • Revit families
  • structuraldrafter.com
  • cad-corner.com
  • About
  • Privacy policy

Provided for free with no warranty · Log in