Results 1 to 7 of 7

Thread: Direction of Polylines

  1. #1
    Login to Give a bone
    0

    Default Direction of Polylines

    Does anyone have or know of a LISP or VB application that will automatically place an arrow on a polyline to show what direction it has been drawn?

    Regards
    Philip

  2. #2
    Geospatial Moderator Jmurphy's Avatar
    Join Date
    2000-11
    Location
    TN/KY Area
    Posts
    1,640
    Login to Give a bone
    0

    Default Re: Direction of Polylines

    I use a line type with a flow arrow for that.

  3. #3
    Login to Give a bone
    0

    Default Re: Direction of Polylines

    That's what I do too. Now reversing that polyline always seemed like a trick to me.

    Quote Originally Posted by Jmurphy View Post
    I use a line type with a flow arrow for that.

  4. #4
    Geospatial Moderator Jmurphy's Avatar
    Join Date
    2000-11
    Location
    TN/KY Area
    Posts
    1,640
    Login to Give a bone
    0

    Default Re: Direction of Polylines

    Quote Originally Posted by brandon615485 View Post
    That's what I do too. Now reversing that polyline always seemed like a trick to me.
    No trick needed in 2011 versions.

    Command: pe
    PEDIT Select polyline or [Multiple]:
    Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype
    gen/Reverse/Undo]: R


  5. #5
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Default Re: Direction of Polylines

    I think he wants a routine to do the tasks:
    1) Find the start point (point1) and end point (point2) drawn of the pline.
    2) Then place an arrow on the pline, which pointing the direction from point1 to point2.

    I suggest you place your question to AutoLisp forum under the Programming directory.
    There are bunches of big guys will help you out.

  6. #6
    Member
    Join Date
    2011-01
    Location
    San Fran
    Posts
    36
    Login to Give a bone
    0

    Default Re: Direction of Polylines

    Quote Originally Posted by Jmurphy View Post
    No trick needed in 2011 versions.

    Command: pe
    PEDIT Select polyline or [Multiple]:
    Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype
    gen/Reverse/Undo]: R

    Or just use the REVERSE command, no pedit required.

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

    Default Re: Direction of Polylines

    what would be a handy trick would be a routine that would use (grdraw) to pop up a temporary image of a directional arrow to show the direction of the line w/o having to set a linetype. Even slicker would be if it could look into attached xrefs and display the directional arrow for nested lines/plines.

Similar Threads

  1. Polylines with arcs to polylines with segments
    By randyspear in forum AutoCAD General
    Replies: 1
    Last Post: 2009-04-15, 06:22 PM
  2. Replies: 7
    Last Post: 2008-02-22, 04:13 PM
  3. How to convert 3D Polylines to 2D Polylines
    By GreyHippo in forum AutoLISP
    Replies: 16
    Last Post: 2007-01-04, 05:32 PM
  4. AutoCAD polylines to 3d polylines
    By neil_morrish in forum AutoCAD General
    Replies: 5
    Last Post: 2004-07-22, 10:40 AM

Posting Permissions

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