API Reference for Enthought Tool Suite 3.2.0

Implements a brain dead but supremely powerful UDP API. Any data coming in is simply exec'd. Meaning you can do pretty much anything you want. The engine, scene, camera and mlab are all available and can be used. For example you can easily send this on the network:

scene.camera.azimuth(45)
mlab.clf()
mlab.test_contour3d()
scene.camera.zoom(1.5)

And these will run just fine retaining the full interactivity of the mayavi app.

Inherits from

Method summary

Methods

© Copyright 2002-2009 Enthought, Inc.