Hello,

I have a complex 3D scene in Mayavi. To get a better overview I would like
to clip away part of the scene. The closest thing to realise this I found
was the camera clipping range, such as:

fig=mlab.figure()
mlab.points3d([0],[0],[0])
fig.scene.camera.clipping_range=[2,2.9]
mlab.draw()

This works, but as soon as I move the scene the clipping is gone and the
full scene is there again. 
Does Mayavi offer the possibility for persistent clipping planes, ideally in
all three directions?

Any help is greatly appreciated!
Daniel


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
MayaVi-users mailing list
MayaVi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to