[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 Survey Lines and Curves
Tip# 3370 By Neil D. Culver On 15-Mar-2010
2
Rated By 1 users Downloaded : 716
Categories : Linear Objects, Curved Objects
Software type : AutoCAD 2010
Rename File To : bline2.LSP
Draw lines by quadrant and bearing, as well as curves by radius and one other factor.

Editor's note: This routine was updated to v2 in April 2011. The author revised it because with the original version, the BEARING program failed in Windows 7.


Neil D. Culver
's submission is a great help for the civil and survey industry. It allows you to easily draw lines by quadrant and bearing, as well as curves by radius and one other factor, such as the length or delta. Load the LISP file and then start the command by entering BLine at the Command prompt. The quadrants are 1 for NE, 2 for SE, 3 for SW, and 4 for NW. If you enter 0 for the quadrant, you are starting to draw a curve. The routine will then ask you for the radius and either the delta, chord, or length. The entire program runs in a loop until you exit, which allows you to draw all the segments of a parcel without stopping. Very handy — thanks, Neil.

Note: This LISP file (BLINE.LSP) includes two functions. The second function, named BEARING, fails when the current text style has a fixed text height of 0.0. I did not edit the file itself, and the presence of this other function does not affect the performance of the BLine function.

 

Average Rating:
2


User comments