• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Drafting Techniques

    Reply
    Active Member
    Posts: 6
    Registered: ‎07-29-2007
    Accepted Solution

    Drawing a line tangent to two circles

    723 Views, 9 Replies
    02-11-2013 01:14 PM

    If I have two circles of unequal diameters and I want to draw a line tangent to them. How is this done?

    Please use plain text.
    *Expert Elite*
    JGerth
    Posts: 1,196
    Registered: ‎12-05-2005

    Re: Drawing a line tangent to two circles

    02-11-2013 01:36 PM in reply to: ronaldseto

    Line command, using the TAN osnap, pick one circle to start, and the second circle to end the the line. 

    Please use plain text.
    *Expert Elite*
    3wood
    Posts: 640
    Registered: ‎03-25-2009

    Re: Drawing a line tangent to two circles

    02-11-2013 05:58 PM in reply to: ronaldseto

    Please find the correct anser in the question of 'How to draw a line tangent to two circles?'

    in the following link:

    https://sites.google.com/site/cadkits/autocad-faq

    Please use plain text.
    *Expert Elite*
    JGerth
    Posts: 1,196
    Registered: ‎12-05-2005

    Re: Drawing a line tangent to two circles

    02-12-2013 05:26 AM in reply to: 3wood

    That's an .... "interesting" way to do the task, but its' also a lot more steps that using the tools built into the software to do it simply, with one command, one osnap, and two picks.

    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎07-29-2007

    Re: Drawing a line tangent to two circles

    02-12-2013 11:52 AM in reply to: 3wood

    Mr 3wood, Your solution worked, although a bit lengthy. I thought there may have been a shorter way to do it Others said to use the line command with osnap tangent; click on one circle for start and on the second circle for finish. I tried this, but it doesn't work.

    Please use plain text.
    *Expert Elite*
    Charles_Shade
    Posts: 7,138
    Registered: ‎04-10-2005

    Re: Drawing a line tangent to two circles

    02-12-2013 12:20 PM in reply to: ronaldseto

    Type out the steps you are doing.

     

    LINE <enter>

    TAN <enter>

    Pick the first point

    TAN <enter>

    Pick the second point

    <enter>

     

    Works like a charm here.

     

    To comment on the OP's answer below:

    There is no need to turn off running OSNAPS to acheive this. Just use the Snap: TAN while in the Line Command and a line to tangent will work as needed.

    Regards, Charles Shade            Win8 FAQ
    CSHADEDESIGN|AUTOCAD LT|LT-KB|DYNAMIC BLOCKS

      Please mark Accept as Solution if your question is answered. Kudos gladly accepted.
    Please use plain text.
    Active Member
    Posts: 6
    Registered: ‎07-29-2007

    Re: Drawing a line tangent to two circles

    02-12-2013 12:21 PM in reply to: ronaldseto

    I just tried it again. I realized that I have to pick only the tangent snap to use with the line command. All other snaps have to be disabled.

    Please use plain text.
    *Expert Elite*
    3wood
    Posts: 640
    Registered: ‎03-25-2009

    Re: Drawing a line tangent to two circles

    02-12-2013 03:38 PM in reply to: Charles_Shade

    Not sure this method works in early AutoCAD versions? It works great in AutoCAD 2012 though.

    Please use plain text.
    *Expert Elite*
    JGerth
    Posts: 1,196
    Registered: ‎12-05-2005

    Re: Drawing a line tangent to two circles

    02-13-2013 05:38 AM in reply to: ronaldseto

    It's worked in versions af Acad as far back as I can recall.  Oddly though, using the PLINE command rather than the LINE command does not. work the same way, and will only be tangent to one of the circles.

     

    dunno if it's fair to call that a bug, poor software design, or what, but it does not work as one would expect it to.

    Please use plain text.
    Contributor
    Posts: 24
    Registered: ‎04-16-2012

    Re: Drawing a line tangent to two circles

    04-12-2013 02:17 PM in reply to: ronaldseto

    ronaldseto wrote:

    I just tried it again. I realized that I have to pick only the tangent snap to use with the line command. All other snaps have to be disabled.


    You can force a temporary over-ride of your current object-snap settings by typing in "TAN<enter>" when prompted for any coordinate input. Doing so will, for that input only, disable all other object-snaps, and only look for Tangents. Much faster than manually going into the object snaps dialog every time.

     

    This also works for other object-snaps:

    http://www.we-r-here.com/cad/tutorials/level_4/4-2.htm

     

    ...and my favorite, M2P!

    Typing "M2P<enter>" at a coordinate input prompt will prompt you to pick *TWO* points, and uses the midpoint between them as the single input.

     

     

    And yes, you can stack snaps inside M2P. For example, you could pick a point that is Midway between 2 Points, one being the virtual INTersection of two non-touching lines, the other being a point that is the CENter of an arc.

     

     

    ...Or you can use it to find the midpoint of the midpoint between two points!!! (AKA the 1/4-point)

    ================================
    Vanilla AutoCAD 2010
    Please use plain text.