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

Class Line

PyMOLObject --+    
              |    
    ShapeObject --+
                  |
                 Line

Line

Instance Methods
 
__init__(self, point1, point2, **attr)
 
cgoObjects(self, material)

Inherited from ShapeObject: __add__, getPymolObjects, use

Inherited from PyMOLObject: __copy__, __getitem__, __setitem__, writeToFile

Class Variables

Inherited from ShapeObject: attribute_names

Method Details

__init__(self, point1, point2, **attr)
(Constructor)

 
Parameters:
Overrides: PyMOLObject.__init__