| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package opendx :: Module scene :: Class Scene |
|
object--+ |Scene--+ | Scene
| Method Summary | |
|---|---|
Brief description of the init function | |
| Inherited from Scene | |
Add a new item to the scene | |
Delete an item from the scene | |
Gets the current background color setting of the Scene | |
Gets the current size of the scene | |
Place an object within a scene | |
Render (or re-render) the scene | |
Allows the user to run a low-level renderer-specific command directly | |
Save the scene to a file | |
Sets the background color of the Scene | |
Sets the size of the scene. | |
Save the scene to a file | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self,
arg)
Brief description of the init function
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:12 2006 | http://epydoc.sf.net |