return the coordiinate at which this optic's back/exit surface is centered. For 'atomic' optics, it is the center of the whole object' override this for thick optics, etc. Reimplemented from general_optic. Definition at line 1271 of file general_optics.py. 01271 : 01272 "return the position of the exit center of this optic" 01273 return self.optics_dict[self.exit_optics_tags()[1]].center 01274 def entrance_center(self):
|