See the top rated post in this thread. Click here

Results 1 to 2 of 2

Thread: Edit polyline by bearing

  1. #1
    100 Club
    Join Date
    2012-08
    Posts
    111
    Login to Give a bone
    0

    Post Edit polyline by bearing

    Hey, guys.

    Does a routine exist where the user is prompted to pick a point to start a polyline and then prompted to select a text file with distances and bearings to draw the remaining segments of the polyline.

    Often, I draw legal descriptions (for properties) by invoking the "pline" command, selecting a start point, and drawing the additional polylines using surveyor's units at the command prompt such as:
    @500
    It would be very nice to be able to type these segments into a text file and bring them into the drawing after picking a start point for the polyline. Thanks in advance for any help.
    Last edited by BILLYJOW; 2012-11-12 at 03:30 PM.

  2. #2
    Certified AUGI Addict cadtag's Avatar
    Join Date
    2000-12
    Location
    Cairo - no, not Illinois
    Posts
    5,069
    Login to Give a bone
    1

    Default Re: Edit polyline by bearing

    sounds like a golden opportunity to use a script. use a (getpoint) after the pline command in your script so you can pick or enter the start point, and then feed in the bearings/distances.

    ex: property.scr

    (setvar "aunits" 4)
    PLINE
    (getpoint)
    @80<s45d32'12"E
    ...keep going with other segments.

    leave a blank line at the end
    Last edited by cadtag; 2012-11-13 at 01:59 PM. Reason: spelling !$^@#$!^

Similar Threads

  1. Macro for polyline edit
    By Michael J in forum AutoLISP
    Replies: 2
    Last Post: 2015-01-09, 06:18 AM
  2. Polyline Edit
    By birdcube in forum AutoCAD Civil 3D - General
    Replies: 2
    Last Post: 2008-10-02, 03:16 PM
  3. polyline edit - multiple
    By stuwenk in forum AutoCAD Civil 3D - General
    Replies: 1
    Last Post: 2008-06-18, 04:00 PM
  4. polyline by bearing
    By brian.59027 in forum AutoCAD General
    Replies: 2
    Last Post: 2007-08-01, 12:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •