Package Scientific :: Package Visualization :: Module VRML :: Class PolyLines
[frames] | no frames]

Class PolyLines

VRMLObject --+    
             |    
   ShapeObject --+
                 |
                PolyLines

Multiple connected lines

Instance Methods
 
__init__(self, points, **attr)
 
memoKey(self)
 
writeSpecification(self, file)

Inherited from ShapeObject: __add__, use, writeToFile

Inherited from VRMLObject: __copy__, __getitem__, __setitem__

Class Variables

Inherited from ShapeObject: attribute_names

Method Details

__init__(self, points, **attr)
(Constructor)

 
Parameters:
  • points (sequence of Scientific.Geometry.Vector) - a sequence of points to be connected by lines
  • attr - graphics attributes as keyword parameters
Overrides: VRMLObject.__init__