[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Wall Fill
Tip# 2008 By Randall Rieks On 01-Jan-2005
1
Rated By 1 users Downloaded : 464
Categories : Hatch, Linear Objects
Software type : AutoCAD
Rename File To : Tip2008a: walfiltm.lsp, Tip2008b: wallfill.lsp
Pair of routines from Randall Rieks fills a wall given a point on the wall line and then the wall s center line.

Wall Fill (Tip #2008) is a short and useful routine from Randall Rieks. Load the LSP routine and run the command function WF. AutoCAD requests a point on the wall line and then the wall's center line. It creates a polyline at the centerline with a width twice the distance from the first point to the second. This routine is a great example of how easy it is to code functional LISP macros, although it does require that the layer A-WALL-FILL exist before running.

 

 

Average Rating:
1


User comments