Author Topic: Pline Crosses Over Another  (Read 1807 times)

0 Members and 1 Guest are viewing this topic.

MeasureUp

  • Bull Frog
  • Posts: 465
Pline Crosses Over Another
« on: March 28, 2010, 06:20:48 PM »
I am trying to draw a pline with a semicircle crossing over another pline or line can't figure out this.
Is there an existing lisp written by the member in the forum or can I have a simple lisp doing this so I can get start?
Application: Drawing a cable over another.

Your helps are much appreciated.

Lee Mac

  • Seagull
  • Posts: 12928
  • London, England
Re: Pline Crosses Over Another
« Reply #1 on: March 28, 2010, 06:30:16 PM »
I modified someone else's LISP here, might help.

Crank

  • Water Moccasin
  • Posts: 1503
Vault Professional 2023     +     AEC Collection

Lee Mac

  • Seagull
  • Posts: 12928
  • London, England
Re: Pline Crosses Over Another
« Reply #3 on: March 28, 2010, 06:34:18 PM »
Use that link ^^  :oops:

MeasureUp

  • Bull Frog
  • Posts: 465
Re: Pline Crosses Over Another
« Reply #4 on: March 28, 2010, 07:46:17 PM »
I modified someone else's LISP here, might help.
Thanks & it is great actually!  :-)
But how to convert the lines into pline when they are line segments?

stevesfr

  • Newt
  • Posts: 54
Re: Pline Crosses Over Another
« Reply #5 on: March 28, 2010, 08:55:58 PM »
Thanks & it is great actually! 
But how to convert the lines into pline when they are line segments?


Pedit, (J)join, (W)width
Can't remember what I'm supposed to forget.

MeasureUp

  • Bull Frog
  • Posts: 465
Re: Pline Crosses Over Another
« Reply #6 on: March 28, 2010, 09:18:53 PM »
Thanks & it is great actually! 
But how to convert the lines into pline when they are line segments?


Pedit, (J)join, (W)width
Thanks for your input.
But sorry, I am talking about how to write this part of joining line segments in the lisp.
I am able to apply the pedit-joint methods.
Obviously, I have to select the line segments before joining them together.
So the real question is how to select the line segments after the semicircle(s) was added at the intersection(s).

MeasureUp

  • Bull Frog
  • Posts: 465
Re: Pline Crosses Over Another
« Reply #7 on: March 30, 2010, 02:27:55 AM »
Don't worry, I have already solved.
Thanks for all.

Lee Mac

  • Seagull
  • Posts: 12928
  • London, England
Re: Pline Crosses Over Another
« Reply #8 on: March 30, 2010, 04:48:18 AM »
You're welcome  :-)