Home | Trees | Indices | Help |
|
---|
|
VPython scene
A VPython scene is a collection of graphics objects that can be shown in a VPython window. When the "view" method is called, a new window is created and the graphics objects are displayed in it.
|
|||
GraphicsObject |
__getitem__(self,
item) Returns the graphics object at the index position |
||
__init__(self, objects=None, **options) | |||
int
|
__len__(self) Returns the number of graphics objects in the scene |
||
addObject(self, object) | |||
view(self) Open a VPython window for the scene |
|
|
|
|
|
Open a VPython window for the scene |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:48 2006 | http://epydoc.sourceforge.net |