Draw Circle Tangential, 2 Circles, Radius missing solutions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Draw Circle Tangential, 2 Circles, Radius missing solutions

Jim Winkler
I can only seem to get two of the four possible solutions to drawing a circle with Draw/Circle/Tangential, 2 Circles, Radius.

I placed two circles with a radius of 1 at 0,0 and 2,0. I then did Draw/Circle/Tangential, 2 Circles, Radius. Set the radius to 3. Moving the mouse up and down the y-axis shows two solutions: (x,y): 1, 3.87298 and 1, -3.87298. The solutions of (approximately) 1, 1.7 and 1, -1.7 are not shown. Is there a way of getting this to show?

This is LibreCad 2.0.7 on Windows 7.

Thanks -Jim
Reply | Threaded
Open this post in threaded view
|

Re: Draw Circle Tangential, 2 Circles, Radius missing solutions

dxli
Thanks for reporting.

I can reproduce this bug, and should be able to fix it this week.

dxli
JimWinkler wrote
I can only seem to get two of the four possible solutions to drawing a circle with Draw/Circle/Tangential, 2 Circles, Radius.

I placed two circles with a radius of 1 at 0,0 and 2,0. I then did Draw/Circle/Tangential, 2 Circles, Radius. Set the radius to 3. Moving the mouse up and down the y-axis shows two solutions: (x,y): 1, 3.87298 and 1, -3.87298. The solutions of (approximately) 1, 1.7 and 1, -1.7 are not shown. Is there a way of getting this to show?

This is LibreCad 2.0.7 on Windows 7.

Thanks -Jim
Reply | Threaded
Open this post in threaded view
|

Re: Draw Circle Tangential, 2 Circles, Radius missing solutions

dxli
In reply to this post by Jim Winkler
fixed in master branch, by commit:

https://github.com/LibreCAD/LibreCAD/commit/7ee64b729bbd736b142ab09c83a66618462a3ea3


Jim Winkler wrote
I can only seem to get two of the four possible solutions to drawing a circle with Draw/Circle/Tangential, 2 Circles, Radius.

I placed two circles with a radius of 1 at 0,0 and 2,0. I then did Draw/Circle/Tangential, 2 Circles, Radius. Set the radius to 3. Moving the mouse up and down the y-axis shows two solutions: (x,y): 1, 3.87298 and 1, -3.87298. The solutions of (approximately) 1, 1.7 and 1, -1.7 are not shown. Is there a way of getting this to show?

This is LibreCad 2.0.7 on Windows 7.

Thanks -Jim
Reply | Threaded
Open this post in threaded view
|

Re: Draw Circle Tangential, 2 Circles, Radius missing solutions

Jim Winkler
In reply to this post by dxli
Ha! I missed two of the six solutions. Thanks for fixing. -Jim
Reply | Threaded
Open this post in threaded view
|

Re: Draw Circle Tangential, 2 Circles, Radius missing solutions

dxli
Forgot to mention that:

as a new feature, centers of possible solutions are shown in preview. Just move the mouse pointer close the a center to choose.

Jim Winkler wrote
Ha! I missed two of the six solutions. Thanks for fixing. -Jim