Jump to content

Draw a circle tangential to 3 given circles


Recommended Posts

Guest Alan Cullen
Posted

Does anyone know how to do this.....or does anyone have a lisp routine for this ????? :oops:

 

I just got hold of the formula for it, and just went WOW......I'm not even going to start to understand that....let alone write a routine for it. :lol:

Posted

I assume you mean something other than:

 

^C^C_circle _3p _tan \_tan \_tan \

 

An automated routine would no doubt need some user interaction to cull out the numerous circles that aren't needed.

 

In any event, I would like to see that formula.

Guest Alan Cullen
Posted

G'day SEANT,

 

Go here.......

 

http://www.arcenciel.co.uk/geometry/index.htm

 

then go to CIRCLE GEOMETRY -> CONSTRUCTION -> Circles tangential to 3 circles -> circle3C.pdf.

 

 

EDIT.....

Now I really feel so embarrassed :oops: .....I just tried your suggestion, SEANT, ^C^C_circle _3p _tan \_tan \_tan \ .......and it worked like a charm. I've never tried that one before. Thanks very much. :D

Posted

http://www.arcenciel.co.uk/geometry/index.htm

 

then go to CIRCLE GEOMETRY -> CONSTRUCTION -> Circles tangential to 3 circles -> circle3C.pdf.

 

 

Now that's what I call a Proof.

 

It's fortunate Autocad has an proccess available to avoid wrestling with all that math.

Posted

Hey great routine anybody got an answer for two arcs to be joined by a 3rd arc the fillet command draws a S bend nearly evey time (u^u 3 arcs)

Guest Alan Cullen
Posted

G'day BIGAL.....

 

Chuck up a visual on what you are after......there are a number of solutions to that problem.....:)

 

I would have thought you already had an answer for that problem....:lol:

  • 4 years later...
Posted
I assume you mean something other than:

 

^C^C_circle _3p _tan \_tan \_tan \

 

An automated routine would no doubt need some user interaction to cull out the numerous circles that aren't needed.

 

In any event, I would like to see that formula.

 

 

What is the meaning of ^C^C in ^C^C_circle _3p _tan \_tan \_tan \

and how can I use this phrase. Is inputting in command line enough? Apparently it could not be used in command line and should used in other way.

Posted

The ^c^c is Autocad-speak for cancel. This bit of the code is equivalent to hitting the escape key twice. You can use this for toolbar macros. It makes sure the previous command had ended before beginning another.

Posted
The ^c^c is Autocad-speak for cancel. This bit of the code is equivalent to hitting the escape key twice. You can use this for toolbar macros. It makes sure the previous command had ended before beginning another.

 

Thanks a lot. btw the solution for this problem

_circle _3p _tan \_tan \_tan \

is very nice. Otherwise it would takes hours to establish a solution.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...