offset lisp from scratch

Discussion in 'AutoCAD' started by Oak3s, Feb 4, 2004.

  1. Oak3s

    Oak3s Guest

    im new to the lisp world and would like a offset lisp routine i can understand. i have two lines and i want to offset those two lines in oposite directions by entering the total distance between the two. so, i have two parellel lines "4" apart. i want two more lines parellel but "6" apart. "6" would be the total distance the user desires. "4" is just an example.
    i would be greatful for anyone who has ideas or any sort of help. again, im new to this. so simple instruction would be nice. thanks again
    Oak3s
     
    Oak3s, Feb 4, 2004
    #1
  2. Oak3s

    Rudy Tovar Guest

    Use your real name. Don't conceal who you are or no one may answer you.

    No spam is ok, but some individuals around here, like to know who we're
    talking too.

    A signature would be welcomed if you don't want to add your email address in
    your mail server.

    Next, it would be nice if you wrote part of the code as an effort to learn,
    just to get started, but since you're new you'll have to be a bit more
    specific on what you'd like to use it for.

    2 parallel lines, wall? Structural, veneer, pipe, etc.?

    Select line
    Return-start-end-angle-point-picked-layer
    Plot-point-90deg
    Find-line-on-filtered-layer-and-angle
    Plot-point-offset-from-1st-line
    Plot-point-offset-from-2nd-line
    construct-entmake-vla-make-on-the-fly
    loop-repeat-while-continue?-it's-up-to-you

    --

    AUTODESK
    Authorized Developer
    www.Cadentity.com
    MASi


    understand. i have two lines and i want to offset those two lines in oposite
    directions by entering the total distance between the two. so, i have two
    parellel lines "4" apart. i want two more lines parellel but "6" apart. "6"
    would be the total distance the user desires. "4" is just an example.
    im new to this. so simple instruction would be nice. thanks again
     
    Rudy Tovar, Feb 5, 2004
    #2
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.