Hi all,

I have created two spheres : smaller and bigger.

import mayavi
from mayavi import mlab
sphere1 = mlab.points3d(0, 0, 0, scale_mode='none',
                                scale_factor=3,
                                color=(1, 0, 0),
                                resolution=50,
                                opacity=0.7,
                                name='Planet')
sphere2 = mlab.points3d(0, 0, 0, scale_mode='none',
                                scale_factor=8,
                                color=(0, 1, 0),
                                resolution=50,
                                opacity=0.7,
                                name='Earth')
mlab.show()

Now i would like to cut out the volume which belongs to both of them. I havent 
found any anwser for this issue. Any help would be great!

Thanks!
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
MayaVi-users mailing list
MayaVi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to