Guest Alan Cullen Posted February 25, 2007 Posted February 25, 2007 Does anyone know how to do this.....or does anyone have a lisp routine for this ????? 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. Quote
SEANT Posted February 25, 2007 Posted February 25, 2007 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. Quote
Guest Alan Cullen Posted February 26, 2007 Posted February 26, 2007 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 .....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. Quote
SEANT Posted February 26, 2007 Posted February 26, 2007 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. Quote
BIGAL Posted February 26, 2007 Posted February 26, 2007 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) Quote
Guest Alan Cullen Posted February 26, 2007 Posted February 26, 2007 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.... Quote
khoshravan Posted July 1, 2011 Posted July 1, 2011 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. Quote
Jack_O'neill Posted July 1, 2011 Posted July 1, 2011 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. Quote
khoshravan Posted July 1, 2011 Posted July 1, 2011 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. Quote
Recommended Posts
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.