CIVILINE draws a boundary line from a distance and a bearing you type, then labels it with both. It is the everyday task of putting a title boundary onto a drawing from the figures on a survey plan, done as one command instead of a line, a rotation and two pieces of text. The provenance is the nicest of anything in this library. It was written in January 1992 at Billings … [Read more...] about CIVILINE LISP: Draw and Label a Boundary from Bearing
AutoLISP Routines
BoltHead Lisp Routine
Name: BoltHead Description: This program will draw a bolthead (hexagon and circle) using a pline after the user has supplied the insertion point and nominal shank diameter of the bolt.Type: AutoCAD AutoLISP Routine Author: Art Whitton File Size: 1 Kb Cost: Free Worked on: AutoCAD Download File: Bolthead.zip … [Read more...] about BoltHead Lisp Routine
Block to BYLAYER LISP: Reset Block Colours in AutoCAD
This resets the contents of your block definitions to BYLAYER, so blocks stop carrying hard-coded colours and start taking their appearance from the layer you insert them on. It is the fix for a drawing where every symbol comes in red no matter what layer it lands on. Sensibly, it skips xrefs and xref-dependent blocks. Those belong to another drawing and editing their … [Read more...] about Block to BYLAYER LISP: Reset Block Colours in AutoCAD
Block Rename LISP Routine for AutoCAD (Auto Block Rename)
Auto Block Rename, by Steve Logan, is an AutoLISP routine for renaming blocks in bulk. Instead of picking through the RENAME command one block at a time, you give the routine a lookup list of old and new names and it works through the drawing renaming every block that matches. It was written in the DOS era of AutoCAD and shipped with batch files and a script so the same rename … [Read more...] about Block Rename LISP Routine for AutoCAD (Auto Block Rename)
BLKRPT LISP: Block Count Report for AutoCAD Drawings
BLKRPT counts how many times each block is inserted in your drawing and produces a report. The report appears on screen and is written to a file at the same time, so you have something to keep rather than a screenful of numbers that scrolls away. It is by Jon Shapiro, version 2.0, dated 27 January 1991 — and it announces itself when it loads, which is a courtesy worth … [Read more...] about BLKRPT LISP: Block Count Report for AutoCAD Drawings
Block Count LISP Routine (BC.LSP) for AutoCAD
Block Count is a compact AutoLISP routine that tallies how many times each of your chosen blocks appears in the current drawing, then writes the totals out to a plain text file. According to the header in the source file, it was written by Gary Annable in May 1991 and freely donated to the Public Domain Software Market, which makes it one of the older utilities in our library … [Read more...] about Block Count LISP Routine (BC.LSP) for AutoCAD





