Пример #1
0
 def getDesiredShotPoint(self):
     if self.__detachCount < 0:
         return None
     g_postProcessingEvents.onFocalPlaneChanged()
     return self.__curCtrl.getDesiredShotPoint()
Пример #2
0
 def getDesiredShotPoint(self, ignoreAimingMode=False):
     if self.__isDetached:
         return None
     else:
         g_postProcessingEvents.onFocalPlaneChanged()
         return self.__curCtrl.getDesiredShotPoint(ignoreAimingMode)
Пример #3
0
 def getDesiredShotPoint(self):
     if self.__detachCount < 0:
         return None
     g_postProcessingEvents.onFocalPlaneChanged()
     return self.__curCtrl.getDesiredShotPoint()
Пример #4
0
 def getDesiredShotPoint(self):
     if self.__isDetached:
         return None
     else:
         g_postProcessingEvents.onFocalPlaneChanged()
         return self.__curCtrl.getDesiredShotPoint()