[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.
Draw Squares Based on Area
Tip# 4257 By Kent Cooper On 22-Feb-2014
0
Rated By 0 users Downloaded : 251
Categories : Linear Objects
Software type : AutoCAD 2014
Rename File To : SquArea.lsp
This routine will draw a square based on the area you supply.

Kent Cooper brings us a LISP routine to draw squares in AutoCAD based on a predetermined area. You supply the area in square units, and this routine will draw a square. You also have the option of how to place the square, whether by the center or one of the four corners. It repeats automatically, reusing current settings for area and reference location until they are changed by calling for one of those options. And it remembers those settings and offers them as defaults on subsequent use. Load the LISP file and type in the command SQUAREA to get started. As always, Kent's code is well laid out and includes plenty of comments.

 

Average Rating:
0


User comments