Need to Draw Tan Tan Radius Circle

Discussion in 'AutoCAD' started by SehgalS, Sep 25, 2004.

  1. SehgalS

    SehgalS Guest

    Has any body drawn a circle using tan tan radius argument in VBA. Please post ur syntax.
     
    SehgalS, Sep 25, 2004
    #1
  2. You must calc the tan points and can do so if you know
    the center points of each circle and the radius of the tan
    arc to create

    Circle r1
    Circle r1

    To draw a tangent arc r5 between them...

    the center point of the tangent arc would be the intersection
    of two r6 circles drawn from the center points of the two r1
    circles Now a circle r5 drawn from the intersection of the
    two new circles would be tangent to both your circles in
    question..

    Info on google showing the math....Or you mush have an
    old geometry book laying around..{:)))))))

    post ur syntax.
     
    Paul Richardson, Sep 25, 2004
    #2
  3. SehgalS

    SehgalS Guest

    Thanks Paul,

    I did the same thing. I appreciate your reply.
     
    SehgalS, Sep 27, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.