Author Topic: ployline leader  (Read 1588 times)

0 Members and 1 Guest are viewing this topic.

dubb

  • Swamp Rat
  • Posts: 1105
ployline leader
« on: June 15, 2005, 01:02:21 PM »
i have been trying to get this one started for a while but i dont know how...basically all i need is for the lisp routine to look like this picture

http://www.theswamp.org/lilly_pond/dubb/dbl-arrow.jpg?nossi=1

can someone help, or guide me the right direction...?

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
ployline leader
« Reply #1 on: June 15, 2005, 01:32:20 PM »
Here's a start, a bit rough but a start no less. :)
Code: [Select]

Command: (SETQ P1 (GETPOINT))
(5.84501 27.1161 0.0)

Command: (SETQ P2 (GETPOINT))
(25.2832 26.9796 0.0)

Command: pline
Specify start point: !P1
(5.84501 27.1161 0.0)

Current line-width is 0.00
Specify next point or [Arc/Halfwidth/Length/Undo/Width]: W

Specify starting width <0.00>:

Specify ending width <0.00>: .25

Specify next point or [Arc/Halfwidth/Length/Undo/Width]: L

Specify length of line: 1.0

Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: W

Specify starting width <0.25>: 0

Specify ending width <0.00>:

Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: !P2
(25.2832 26.9796 0.0)

Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: W

Specify starting width <0.00>: .25

Specify ending width <0.25>: 0

Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: L

Specify length of line: 1.0

Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
TheSwamp.org  (serving the CAD community since 2003)

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
ployline leader
« Reply #2 on: June 15, 2005, 01:54:09 PM »
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

dubb

  • Swamp Rat
  • Posts: 1105
ployline leader
« Reply #3 on: June 15, 2005, 02:23:04 PM »
swell,.....thanks cab..ill be getting back to this topic with something later on...