custom line type

Discussion in 'AutoCAD' started by jackshield, Apr 29, 2004.

  1. jackshield

    jackshield Guest

    how to creat line type, using dashes and greater than/less than symbols to show direction, you would think i would know this after all these years, but alas, have never made a line type and too lazy to look at help menu or book.
     
    jackshield, Apr 29, 2004
    #1
  2. jackshield

    OLD-CADaver Guest

    *flowdir, flow line ---->-------->-------->----
    A,2,-.5,[">",standard,S=1,R=0.0,X=-.5,Y=-.5],-.5,2
     
    OLD-CADaver, Apr 29, 2004
    #2
  3. jackshield

    doug k Guest

    if you desire to have the linetype actually end with a flowdirection symbol,
    try using a leader instead of a line and then change the linetpye to use the
    below definition. change the arrow type on the leader to "right angle" or
    "open 30" whichever is closer to "<".

    you have to draw the leader in reverse direction of flow, of course.

    you may have to reverse the symbol in the definition from ">" to "<". i
    didn't test this with the below definition.

    i've used expresstools "make linetype" command to use a symbol that matches
    my leader arrowhead exactly. concurrently changing the leader's dimscale
    and ltscale allow me to size the arrowheads as necessary.
     
    doug k, Apr 30, 2004
    #3
  4. jackshield

    OLD-CADaver Guest

    Good point doug.

    As I recall there's a REVDIR.lsp function somewhere that will reverse the direction af a polyline, which would reverse the "arrow" direction.
     
    OLD-CADaver, Apr 30, 2004
    #4
  5. jackshield

    Al G Guest

    There is a swapline.lsp on the FreeStuff page at dotsoft.com that will
    do this for lines, but it doesn't work for polylines. The January
    2000 code from Cadalyst has a REV.lsp (Tip1588).
     
    Al G, May 1, 2004
    #5
  6. jackshield

    OLD-CADaver Guest

    OLD-CADaver, May 3, 2004
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.