[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.
Tip 2229: Perpendicular Line Drawing
Tip# 2229 By Jimmy D'Hondt On 01-Aug-2007
3
Rated By 1 users Downloaded : 334
Categories : Linear Objects
Software type : AutoCAD
Rename File To : Tip 2229: perpline.lsp
Simplifies the drawing of a perpendicular line.

Tip 2229: Perpendicular Line Drawing
The Perpendicular Line Drawing utility by Jimmy D'Hondt is a simple routine that makes it easier to draw a perpendicular line. After loading the LISP module, type Perpline at the Command line of AutoCAD to activate the function. The first prompt will ask for a point on the object from which a perpendicular will be determined. Next, supply a point to the side at the distance you want the perpendicular line to start. The function then takes the second point entered and starts the Line command with a perpendicular object snap back to the first point selected. This function demonstrates how you can use LISP to manipulate the command sequence into something that makes more sense to you.

 

 

Average Rating:
3


User comments