def post_init (   self  ) 

Reimplemented from base_lens.

Definition at line 1063 of file general_optics.py.

01063                            :
01064                 base_lens.post_init(self)
01065                 #default lens draws as 1" diameter x 5 mm thick
01066                 if not hasattr(self,'thickness'): self.thickness=0.005
01067                 if not hasattr(self,'width'): self.width=0.0254
01068                 if not hasattr(self,'height'): self.height=0.0254
01069                 
        def __str__(self):


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