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):
|