[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.
Pipe Section
Tip# 753 By Stan Kowalski On 01-Mar-1992
5
Rated By 1 users Downloaded : 742
Categories : Misc. User Tools
Software type : AutoCAD
Rename File To : TIP753.LSP
a routine for drawing a section view of a pipe.

a routine for drawing a section view of a pipe.

 

Average Rating:
5


User comments
Comment by Cooper,Kent
Posted on 2012-03-16 11:11:02
Makes "yin-yang" symbol, requiring User to select existing Circle. Gives option to Hatch in one side of it. I had to change this: (if (= (cdr (assoc 0 E1)) "circle") to this: (if (= (cdr (assoc 0 E1)) "CIRCLE") [with all-capitals entity type] to make it work, but that may be version-dependent.