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

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    New Member
    Posts: 2
    Registered: ‎12-12-2012

    How to find the tangent point of 2 circles?

    223 Views, 4 Replies
    12-12-2012 12:38 PM

    I want to find the tangent intersection point between 2 circles within certain conditions.

    Circle 1 is r: 30 m and is fixed.

    Circle 2 is r: 20 m and its position is inside circle 1.

    Circle 2 can be moved in a given angle.

    The question is: what distance should circle 2 move, to become tangent with circle 1.

    Please use plain text.
    *Expert Elite*
    Posts: 1,213
    Registered: ‎12-17-2004

    Re: How to find the tangent point of 2 circles?

    12-12-2012 01:28 PM in reply to: kansoms

    kansoms wrote:

    ...The question is: what distance should circle 2 move, to become tangent with circle 1.

     

    Programmatically or drawing?

     

    Henrique

    Please use plain text.
    *Expert Elite*
    Posts: 6,457
    Registered: ‎06-29-2007

    Re: How to find the tangent point of 2 circles?

    12-12-2012 02:33 PM in reply to: kansoms

    Hi,

     

    you can solve that with constraints, look here:

    20121212_CalcGeomParametrics_AN01.gif

     

    And a drawing is attached also.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    *Expert Elite*
    Posts: 1,213
    Registered: ‎12-17-2004

    Re: How to find the tangent point of 2 circles?

    12-12-2012 02:41 PM in reply to: kansoms

    kansoms,
    if it is drawing,
    all you need is to do an offset of outer circle with de distance of the radius of the inner circle the
    point of intersection between the further circle and the vector of displacement is the center point of
    the tangent circle.

     

    circlesr.PNG

     

    hope that helps

     

    Henrique

    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎12-12-2012

    Re: How to find the tangent point of 2 circles?

    12-13-2012 11:03 AM in reply to: kansoms

    This is wat I was looking for. Why dydn't I think of it???

     

    Thank you very much!

    Please use plain text.