Ejemplo n.º 1
0
 def getDesiredShotPoint(self):
     if self.__detachCount < 0:
         return None
     g_postProcessingEvents.onFocalPlaneChanged()
     return self.__curCtrl.getDesiredShotPoint()
Ejemplo n.º 2
0
 def getDesiredShotPoint(self, ignoreAimingMode=False):
     if self.__isDetached:
         return None
     else:
         g_postProcessingEvents.onFocalPlaneChanged()
         return self.__curCtrl.getDesiredShotPoint(ignoreAimingMode)
Ejemplo n.º 3
0
 def getDesiredShotPoint(self):
     if self.__detachCount < 0:
         return None
     g_postProcessingEvents.onFocalPlaneChanged()
     return self.__curCtrl.getDesiredShotPoint()
Ejemplo n.º 4
0
 def getDesiredShotPoint(self):
     if self.__isDetached:
         return None
     else:
         g_postProcessingEvents.onFocalPlaneChanged()
         return self.__curCtrl.getDesiredShotPoint()