Jump to content

Recommended Posts

Posted

Hi

This is my first question to this esteemed forum. I want asolution from the forum for the following problem.

I’ve an already drawn inclined line from a fixed point (saypoint (0,2) on Y-axis). The inclination is also fixed (say 150 tothe horizontal). My objective is to draw a circle with one quadrant at a fixedpoint (say point (1,0) on X-axis), so that, the line becomes a perfect tangentto the circle. The diameter of the circle may vary to make the line perfecttangent to the circle. How can I do it?

Thanks in advance

Surajit

Posted

In AutoCad you can use the Circle -> tan tan radius option

Posted

Can you please post a sketch of that case? I'm not able to understand it from your description - a line can be tangent on quadrant only to a horizontal or a vertical line, not a sloped one.

Posted

Reading twice your requirements, is this the case you were looking for?

 

tan&qua.gif

Posted

If the above sketch is correct, then the formula of radius for the desired circle is:

Radius = Distance / (1 + Cosine(Angle))

where:

  • Distance means the distance from the given point to the given line.
  • Angle is the angle made by the given line with X axis.

tan&qua_sol.gif

 

 

If I will have time later, will try to write you a routine for this.

Posted

Hi

Thanks for your replies. I'm sorry, I could not make you understand actually what I wanted. I'm enclosing an AutoCad drawing showing the sketch. The drawing is self explanatory.

I'm new to this forum. In attachment is not successful, kindly let me know.

 

Thanks

Surajit

Tangent to a circle.dwg

Posted

ah, that's clearer.

 

One way (may not be the best)

draw a vertical line through your fixed point.

mirror your angled line

CIRCLE 3P

tangent to one sloping line

select fixed point

tangent to other sloping line

 

Done.

Posted

So, it looks like Stefan's top version. Nice solution, Dave. It doesn't get much simpler than that!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...