Page 1 of 1

[Solved] Sphere by three points and a radius?

Posted: Wed Apr 20, 2011 10:20 pm
by GrainWise
Does anyone know how to draw a sphere by three points and a radius?

I could use some help in figuring this out.

Thanks!

-Kevin

Posted: Thu Apr 21, 2011 8:36 am
by jehronimo
:shock:

I think there is no solution to draw it in a direct way. I guess that designing the circle by 3 points and revolved this contour is the solution...

jehronimo

Posted: Thu Apr 21, 2011 10:15 am
by olaio
Hi,

Create the 3 points.
Create a sphere with the desired radius in each point. You can merge the parameter radius of the 3 spheres.
Create a curve intersection between one sphere and the other 2.
Finally create the desired sphere, using as center, the intersection point of the intersected curves. You can merge the parameter of the sphere radius with the other radius.

That's it :wink:
Olaio

Posted: Thu Apr 21, 2011 10:28 am
by olaio
Hi,

Find attached a component that you can use.

:wink:

Olaio

Posted: Thu Apr 21, 2011 11:34 am
by jehronimo
Respect Master...

jehronimo

Posted: Thu Apr 21, 2011 3:06 pm
by GrainWise
Thanks, Olaio. Nice elegant solution!

-Kevin