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

Class Line

VRMLObject --+    
             |    
   ShapeObject --+
                 |
                Line

Line

Instance Methods
 
__init__(self, point1, point2, **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, point1, point2, **attr)
(Constructor)

 
Parameters:
Overrides: VRMLObject.__init__