Some drawing tasks

Hello,
I need VBA code to draw a tangent line to two arbitrary circles in one plane.
The tangent in one case does not cross the line connecting the centers of the circles,
and in the other case it does.

Parents
No Data
Reply
  • Are you aware that you can draw such tangent lines directly using the 2-Point Line tool (with the Tangential option enabled) and tangent object snapping?

    The line segment created in that way will just touch the two ellipses, but it's easy to extend the ends after creating it.

Children