• 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

RUNLENGTH LISP: Measure Along a Chain Between Two Points

August 3, 2026

RUNLENGTH measures the distance along a chain of connected objects between two points. Select a run of connected lines, arcs and polylines — a pipe route, a kerb line, a cable run — then pick two points anywhere on it. The result is the true travelled distance following the geometry, not the straight-line distance between the picks. What RunLength … [Read more...] about RUNLENGTH LISP: Measure Along a Chain Between Two Points

RULE1 LISP: Strikethrough and Underline for AutoCAD Text

August 3, 2026

AutoCAD offers no strikethrough at all, and its underline is an MText formatting code that plain Text and attributes cannot use. RuleText draws the rules as real polylines instead, so every text type is supported and the result plots identically everywhere. It also works in AutoCAD LT. What RuleText does Twelve commands, six styles in two forms each. RULE1, RULE2 … [Read more...] about RULE1 LISP: Strikethrough and Underline for AutoCAD Text

ROUNDMASK LISP: Circular Wipeouts AutoCAD Cannot Draw

August 3, 2026

The built-in WIPEOUT command only accepts a polygonal boundary, so masking a circular area — a column, a manhole, a bolt hole on a detail — normally means drawing a many-sided polygon by hand and hoping it looks round. ROUNDMASK makes it genuinely circular. What RoundMask does ROUNDMASK draws a circular wipeout from a centre and radius. CIRC2MASK … [Read more...] about ROUNDMASK LISP: Circular Wipeouts AutoCAD Cannot Draw

RISERUN LISP: Dimension the X and Y Difference in AutoCAD

August 3, 2026

RISERUN places a single aligned dimension between two picked points, but overrides the measured text with the horizontal and vertical components of the run: What RiseRun does X: +1250Y:  -300 Signed values are used deliberately. The sign tells you the direction of travel from the first point to the second, which is what makes this useful for setting … [Read more...] about RISERUN LISP: Dimension the X and Y Difference in AutoCAD

RIPPLE LISP: Dynamic Multiple Offset in AutoCAD

August 3, 2026

Select some curves, then drag. RIPPLE offsets them live, both sides at once if you want, as many times as you want, and shows you the whole set before you commit to it. What Ripple does Where the native OFFSET asks for a distance and then a side, and does one curve at a time, Ripple does the lot in one gesture: pick the objects, drag to the outermost line, and … [Read more...] about RIPPLE LISP: Dynamic Multiple Offset in AutoCAD

TALLYLEN LISP: Total Length or Area Across a Selection

August 3, 2026

Two commands that answer the two questions you ask a drawing most often. TALLYLEN totals the length of selected curves; TALLYAREA totals the area of selected closed objects. What QuickTally does Both results are formatted with rtos, so they honour the drawing’s LUNITS and LUPREC settings and read in the same units and precision as the rest of the drawing … [Read more...] about TALLYLEN LISP: Total Length or Area Across a Selection

« 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