def polygon_list (   self  ) 

Reimplemented in composite_optic, and dielectric_trapezoid.

Definition at line 700 of file general_optics.py.

00700                               :
00701                 "return a list of polygons which might be used to draw this object.  In this case, it is a single item."
00702                 return [self.polygon()] #for simple optics, the list has one item
00703         
        def place_between(self, from_obj, to_obj, distance):


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4