[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.
Sequential Numbering Systems
Tip# ALSPSOL0307 By Tony Hotchkiss On 01-Mar-2007
4
Rated By 1 users Downloaded : 989
Categories : Notes/Text
Software type : AutoCAD
Rename File To : Tip ALSPSOL0307 0307alispsol-tip-num.LSP
LISP routine adds circles and sequence numbers to a schematic of a rectangular integrated circuit chip drawing.

Rohaya Shaffini of Stats ChipPAC Ltd. requested a routine to add circles and sequence numbers to a schematic of a rectangular integrated circuit chip drawing (see a typical schematic below). Rohaya requested that the circles be offset by an amount selected by the user. Plus, he wanted to indicate the start location for numbering, the circle radius and a choice of clockwise or counterclockwise numbering direction.

The solution is TIP-NUM.LSP that lets you select all of the tips surrounding the main rectangle by using a window. You select the upper-left point first and then choose the lower-right point.The program then asks for the start point for the number sequence, the number direction (clockwise or counterclockwise), the offset distance from the tip to the circle and the circle radius.

Get the Code
Download the TIP-NUM.LSP file from our Get the Code! area and save it in AutoCAD's Support directory. Use the Appload facility by selecting Tools / Load Application and then select the TIP-NUM.LSP file from where you stored it.





 

 

Average Rating:
4


User comments