• 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

HOUSESHELL LISP: Build a 3D House Shell, Gable or Hip

August 6, 2026

HOUSESHELL builds the outside of a simple house as 3D faces: floor, four walls, the eave soffits, the fascia, and a roof that is either gabled or hipped.

What HouseShell does

It is a massing model, not a set of construction drawings — the thing you want for a site study, a shadow test, a streetscape, or a quick view to show a client the shape of a proposal.

Each part goes on its own layer, so the roof can be recoloured, the walls hidden, or a street of them varied without touching the geometry.

Gable runs the ridge the full length, out to the overhang, with the end walls carrying straight up to it as triangles. Hip stops the ridge short at each end by a setback you give, and the roof falls away in four directions instead of two.

How to use it

  1. Load the routine with APPLOAD, or put it on your support file search path.
  2. Type HOUSESHELL.
  3. Pick the corner and give the plan dimensions, wall height, roof rise and overhang.
  4. Choose Gable or Hip. For a hip, give the ridge setback.
  5. Use FACEHOLE afterwards to cut window and door openings.

How it works

The raked eave. On a gable the eave overhang at the ends is not level — it climbs with the roof. Its rise is the overhang measured up the slope:

slope angle = atan(rise ÷ half-span)
eave rise   = overhang × tan(slope angle)

Which is the same number you get going the long way round through the hypotenuse, stated directly.

The question is asked as what it is. “Is the roof vertical on the ends?” is a question about the answer rather than about the roof. Gable or Hip is what a drafter is actually deciding.

Notes and limits

  • It is a shell, not a building. No openings, no internal structure — use FACEHOLE for windows and doors.
  • Each part is on its own layer, so a street of them can be varied by layer rather than by editing.
  • A hip needs a ridge setback. Setting it to zero gives you a pyramid.
  • One undo group covers the whole shell.

Download and details

NameHouseShell — build a 3D house shell, gabled or hipped
DownloadHouseShell.lsp — 13.3 KB, plain AutoLISP source. Downloads directly; no zip to unpack.
TypeAutoCAD AutoLISP routine
CommandHOUSESHELL
Requiresnothing beyond a CAD platform with AutoLISP.
Source size13.3 KB, 307 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

  • FACEHOLE LISP — cut window and door openings through the walls
  • FLRJOIST LISP — framing members in 3D
  • ROOFPITCH LISP — working with roof slopes
  • 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