circle tangent tangent tangent

 hi all

just started using BricsCAD v14 was using Autcad 2010.
Autocad has a command Circle Tangent Tangent Tangent which was very handy but i can't seem to find it in BricsCAD ,
is in BricsCAD  or can i get a lisp routine that will do it

cheers
jim

Comments

  • Try using the 3-point circle and selecting the tangent esnap for each point.

    This lisp should also work:
    (command "circle" "3P" "_tan" pause "_tan" pause "_tan" pause)

  • @Jim,

    Have you tried the AI_CIRCTAN command, I think this should do what you need.

    Regards,

    David Waight
  •  Hi David
    that's perfect many thanks

    cheers
    jim

This discussion has been closed.