• 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

CABINETFACE LISP: Parametric Cabinet Elevations in AutoCAD

August 6, 2026

CABINETFACE draws the front elevation of a cabinet — carcase outline, base trim, and a full run of drawer or door panels — from a handful of dimensions. This is the drawing nobody wants to do by hand: a six-drawer bank is thirty rectangles and twenty-four mitre lines, every one of which has to divide evenly into the carcase or the elevation looks wrong.

What CabinetFace does

Three types are built in. Base is floor-standing, sitting on a base trim, with a stack of drawers. Linen is the same with a tall door panel above the drawer stack. Wall is hung, no base trim, a single door panel filling the face.

Every dimension is remembered, so drawing a run of kitchen units means changing only the width each time.

How to use it

  1. Load the routine with APPLOAD, or put it on your support file search path.
  2. Type CABINETFACE.
  3. Choose base, linen or wall.
  4. Pick the insertion point — the bottom left of the carcase for base and linen, the top left for wall cabinets. Those are the corners you would actually dimension from.
  5. Give the dimensions, the drawer configuration and the number of drawers.

How it works

Every panel is the same thing: an outer rectangle, an inner rectangle inset by the frame width, and four mitre lines joining their corners. One function draws it, called for every drawer, every filler and every door. Get it right once and the whole elevation is consistent.

Drawer height is derived, not asked for. You give the configuration and the height falls out of the space available:

usable height = carcase height - 2 × edge offset - base trim
drawer height = (usable height - gaps between drawers) ÷ count

That is what makes the stack always divide evenly, instead of leaving a few millimetres to absorb somewhere.

Configuration and number of drawers are deliberately separate. The configuration sets the module — divide the face into four and every drawer is a quarter height. The number says how many of those four are actually drawers. Ask for 4 and 2 and you get two quarter-height drawers with a half-height filler below, which is exactly how a sink base or an appliance surround is drawn. Ask for 4 and 4 and you get a four-drawer bank.

Wide cabinets split automatically. A drawer wider than 24 inches is not buildable, so if the calculated width exceeds that the face is divided into as many side-by-side banks as it takes to bring it back under, and the stack repeats across. A 60 inch cabinet comes out as three banks without you working it out.

Notes and limits

  • Pick point differs by type — bottom left for base and linen, top left for wall.
  • Configuration sets the module, number sets how many are drawers. The difference is what gives you filler panels.
  • The 24 inch drawer limit drives the automatic split. Change it in the file if your shop works to a different maximum.
  • Dimensions persist between cabinets in a session.

Download and details

NameCabinetFace — parametric cabinet front elevations
DownloadCabinetFace.lsp — 16.9 KB, plain AutoLISP source. Downloads directly; no zip to unpack.
TypeAutoCAD AutoLISP routine
CommandCABINETFACE
Requiresnothing beyond a CAD platform with AutoLISP.
Source size16.9 KB, 385 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

  • SKEWBOX LISP — rectangles at any rotation, for the awkward ones
  • Text heights in drawings — annotating the elevation once it is drawn
  • 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