def polygon_list (   self  ) 

Reimplemented from general_optic.

Reimplemented in dielectric_trapezoid.

Definition at line 1316 of file general_optics.py.

01316                               :
01317                 "return a list of polygons which will draw this optic"
01318                 l=[]
01319                 for o in self.optics_dict.keys():
01320                         #use additions semantics to flatten nesting of lists
01321                         l=l+self.optics_dict[o].polygon_list()
01322                 return [poly for poly in l if poly is not None] 
01323         
        def exit_optics_tags(self):


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