draw hemisphere
-
I have to draw a hemisphere attached to another hemisphere,
like in the photo but stick perfectly to form a sphere.
is it possible to write python code to do it?
I need to do it by python and not manually because then I have to draw another 10000 hemispheres in different points of the space.
I know the radius of the hemispheres and the position of the center of the sphere.Thanks!