Author Topic: 2 point with a given direction and radius  (Read 1888 times)

0 Members and 1 Guest are viewing this topic.

GDF

  • Water Moccasin
  • Posts: 2081
2 point with a given direction and radius
« on: April 01, 2015, 10:49:22 AM »
Is it possible to draw a 2 point arc with a given radius and direction?
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

GDF

  • Water Moccasin
  • Posts: 2081
Re: 2 point with a given direction and radius
« Reply #1 on: April 01, 2015, 11:09:32 AM »
Found one:
http://www.theswamp.org/index.php?topic=46203.msg520852#msg520852
;; Point-Point-Radius Arc  -  Lee Mac 2014-02-01

That's what I needed

Thanks Lee
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: 2 point with a given direction and radius
« Reply #2 on: April 01, 2015, 11:10:35 AM »
Using ACAD 2006 I think you can only do it with LISP.

Pick Start
Pick End
Enter Radius
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.

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: 2 point with a given direction and radius
« Reply #3 on: April 01, 2015, 11:16:41 AM »
Found one:
http://www.theswamp.org/index.php?topic=46203.msg520852#msg520852
;; Point-Point-Radius Arc  -  Lee Mac 2014-02-01

That's what I needed

Thanks Lee

You're welcome Gary!  :-)

ChrisCarlson

  • Guest
Re: 2 point with a given direction and radius
« Reply #4 on: April 01, 2015, 11:31:18 AM »
2015 has the option

"arc" - first point - "end" - second point - "radius"