[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.
Create Stars
Tip# 1654 By Bill Zondlo On 01-Oct-2000
5
Rated By 1 users Downloaded : 321
Categories : Standard Blocks
Software type : AutoCAD
Rename File To : Tip1654: STAR.LSP
AutoLISP routine draws stars of a specified number of points within a given diameter.

AutoLISP routine draws stars of a specified number of points within a given diameter.

 

Average Rating:
5


User comments
Comment by Cooper,Kent
Posted on 2011-07-08 12:12:36
All instances of "diameter" should be changed to say "radius" (or code should be altered to make it really the diameter).
Comment by Cooper,Kent
Posted on 2011-10-19 10:19:55
For a routine with more options for determining the inside radius relative to the outside point radius, and with other enhancements such as remembering your choices, object snap control, etc., see Tip #3709, "Draw Stars with Any Number of Points."