Drawing a series of connected straight lines by length and direction, how?
AI CC 2017.1.0
I'm looking for a way of drawing a series of connected straight line segments, each with a bearing (compass direction) in degrees and a length. In some cases, these will form a closed irregular polygon (correct term?). In other cases, there is no closure.
People familiar with real-estate documents will recognize this as drawing representations of U.S. legal descriptions of properties and boundaries. Yep.
I tried the obvious method: use the Line Segment ("/") tool repeatedly. For the bearing in legalese "South 44 degrees 29 minutes east" first I discard the minutes. South is 270°, so I calculate (270 - 44) and enter the result as the angle. My scale is 1mm = 100 ft, so I enter "3.2mm" as the length. (Setting the default "general" units to mm helps this along.)
I'm still working out how to specify the endpoint of segment 'n' as the beginning of segment 'n+1'. Eyeballing is slow and inaccurate. I haven't figured out how to tell the Line Segment tool to use the last-defined path end, or the current sold handle as the starting point for the next segment. (Is there a way? Suggestions welcome!)
Is there a better way to drawing a series of connected straight line segments?
Is there a way to distinguish one segment from another? It is REALLY easy to get lost, especially when successive segments are very similar. ("Did I just draw segment 10 or segment 11?") It is no fun starting over. A visible dimension, or a slant length? (Window-->Info gives only horizontal and vertical size.) A plug-in?
Double extra credit if this can be accomplished by some form of scripting. I can hack JS to do this if someone will get me started. (My JS experience is solely with DW.)
I've got a small number of these to do, about 30 of them, from 5 to 20 segments each. I'd like to find a way to use AI to do the work. Clearly if I did this every day, I'd switch to a specialized land-management app.
TIA
Henry
