• 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

AutoLISP Routines

SKEWBOX LISP: Draw a Rectangle at Any Rotation

August 3, 2026

The standard RECTANGLE command only draws rectangles aligned to the current UCS. To get one at an angle you have to draw it square and then rotate it, which means knowing the angle in advance. SKEWBOX takes three points instead. What SkewBox does The first two points define one side, so its direction sets the rotation. The third sets the depth, measured … [Read more...] about SKEWBOX LISP: Draw a Rectangle at Any Rotation

STARTUPBUILD LISP: Build Your acaddoc.lsp Automatically

August 3, 2026

STARTUPBUILD builds your acaddoc.lsp — the file AutoCAD runs automatically for every drawing you open. Pick your routines from a multi-folder file browser and it writes the loading expressions for you. What StartupBuilder does Start here when deploying a LISP library to a team. It is the difference between “load these forty files by hand” and … [Read more...] about STARTUPBUILD LISP: Build Your acaddoc.lsp Automatically

SPYGLASS LISP: Live Object Inspector With a Cursor Ring

August 3, 2026

Run SPYGLASS and a green ring follows your cursor. Sweep it over the drawing and every object it touches reports itself in a floating label: type, layer, colour, linetype, lineweight, and whatever else is relevant — radius for a circle, length for a line, area for a closed polyline, the full attribute list for a block. What SpyGlass does No clicking, no … [Read more...] about SPYGLASS LISP: Live Object Inspector With a Cursor Ring

SPANTAG LISP: Label Every Object With Its Own Length

August 3, 2026

SPANTAG labels each selected object with its own length, as a live field placed at the object’s midpoint. Select a run of lines and polylines and every one is labelled, sitting on its own midpoint, rotated to run along the object. What SpanTag does Because the labels are fields rather than typed text, stretching the geometry updates every figure … [Read more...] about SPANTAG LISP: Label Every Object With Its Own Length

SMARTBURST LISP: A Better Behaved Replacement for BURST

August 3, 2026

SMARTBURST explodes blocks while keeping their attribute values as text — a better behaved replacement for the Express Tools BURST command. SMARTBURSTALL does the same and follows nesting to any depth. What SmartBurst does Five things it fixes about Express BURST, each of which is a real defect rather than a preference: Invisible attributes stay … [Read more...] about SMARTBURST LISP: A Better Behaved Replacement for BURST

SHRINKWRAP LISP: Outline Any Selection of AutoCAD Objects

August 3, 2026

SHRINKWRAP generates closed polylines outlining any selection of objects — including text, blocks, hatches and dimensions, which the BOUNDARY command alone cannot trace. What ShrinkWrap does The usual reason for wanting this is to build a wipeout, a clipping boundary or a hatch region that follows the true silhouette of a group of objects rather than a crude … [Read more...] about SHRINKWRAP LISP: Outline Any Selection of AutoCAD Objects

« Previous Page
Next Page »

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