offset distance

Discussion in 'AutoCAD' started by subbup, Jun 3, 2004.

  1. subbup

    subbup Guest

    Could any one tell me how to find the bunch of polylines are parallel or not with the specified uniform distance. all the polylines have different lengths.
    I will be very thankful if I got this
     
    subbup, Jun 3, 2004
    #1
  2. subbup

    zeha Guest

    ;If nil then line a b paralel with c d

    ; test with 4 points

    (setq a '(1.0 0.0) b '(9.0 0.0))
    (setq c '(1.0 1.0) d '(9.0 1.1))
    (inters a b c d nil)
     
    zeha, Jun 3, 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.