• 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

VIEWFRAME LISP: Draw Viewport Extents Into Model Space

August 3, 2026

VIEWFRAME draws, in model space, the outline of what a paper space viewport is showing. It answers “what part of the model does this sheet actually cover?” without opening the viewport and guessing. What ViewFrame does Run it across a whole drawing set and you get a key plan — a rectangle in model space for every sheet, showing its … [Read more...] about VIEWFRAME LISP: Draw Viewport Extents Into Model Space

VERTINJECT LISP: Add a Vertex to a Polyline Where You Click

August 3, 2026

PEDIT can insert a vertex, but only by walking the vertex list one step at a time until you reach the right segment. VERTINJECT puts a vertex where you click, and keeps prompting so several can be added in one go. What VertexInject does The polyline looks completely unchanged afterwards — which sounds obvious and is the entire difficulty. How to use … [Read more...] about VERTINJECT LISP: Add a Vertex to a Polyline Where You Click

VALUETALLY LISP: Count Attribute Values Into a Table

August 3, 2026

VALUETALLY counts how many times each distinct attribute value appears, and builds the result as an AutoCAD table. What ValueTally does Where TAGTOTAL adds numbers up, this counts occurrences — so it answers “how many of each type?” rather than “what do they come to?”. Point it at a drawing full of door blocks with a TYPE attribute … [Read more...] about VALUETALLY LISP: Count Attribute Values Into a Table

USAGELOG LISP: Record Which LISP Commands Actually Get Used

August 3, 2026

USAGELOG records which of your custom LISP commands actually get used, and how often. The point of it is pruning. What UsageLog does Once a library runs to a hundred routines, nobody knows which ones earn their keep. Run this for a month and the answer is in a spreadsheet: the commands nobody has invoked once are candidates for deletion, and the ones used forty … [Read more...] about USAGELOG LISP: Record Which LISP Commands Actually Get Used

TWINOFFSET LISP: Offset an Object to Both Sides at Once

August 3, 2026

TWINOFFSET offsets an object to both sides at once. The obvious use is anything with a centreline: roads, walls, ducts, trenches, cable routes. Draw the centre once, offset both faces in a single operation. TWOF is the short alias. What TwinOffset does Three options are offered at the distance prompt. Through lets you pick a point instead of typing a distance, and … [Read more...] about TWINOFFSET LISP: Offset an Object to Both Sides at Once

TRACKTEXT LISP: Slide Text Along a Curve, Aligned to It

August 3, 2026

Pick a piece of text, pick a curve, and the text follows your cursor along that curve — always the right distance from it, always turned to match the curve’s direction at that exact point, always the right way up. What TrackText does This is the pipe label that has to sit above the pipe and run with it, the road name along a bend, the contour value on … [Read more...] about TRACKTEXT LISP: Slide Text Along a Curve, Aligned to It

« 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