Beispiel #1
0
 def addObject( self, visItem):
     # check if visItem is a copy
     if ((not visItem.name == self.name) or self.name == 'test.3DPart') and type(visItem) == Part3DBoundingBoxVis.Part3DBoundingBoxVis:
         visItem.setImport( self.importModule )
     elif not type(visItem) == Part3DBoundingBoxVis.Part3DBoundingBoxVis and not type(visItem) == co3DPartMgr:
         visItem.setImport( self.importModule )
     coKeydObject.addObject( self, visItem )
Beispiel #2
0
 def addObject(self, visItem):
     # check if visItem is a copy
     if ((not visItem.name == self.name) or self.name == 'test.3DPart'
         ) and type(visItem) == Part3DBoundingBoxVis.Part3DBoundingBoxVis:
         visItem.setImport(self.importModule)
     elif not type(
             visItem
     ) == Part3DBoundingBoxVis.Part3DBoundingBoxVis and not type(
             visItem) == co3DPartMgr:
         visItem.setImport(self.importModule)
     coKeydObject.addObject(self, visItem)
Beispiel #3
0
 def addObject(self, visItem):
     _infoer.function = str(self.setParams)
     _infoer.write("addObject")
     visItem.setImport(self.importModule)
     coKeydObject.addObject(self, visItem)
     self.importModule.executeGeo()
Beispiel #4
0
 def addObject( self, visItem):
     _infoer.function = str(self.setParams)
     _infoer.write("addObject")
     visItem.setImport( self.importModule )
     coKeydObject.addObject( self, visItem )
     self.importModule.executeGeo()
Beispiel #5
0
 def addObject(self, visItem):
     visItem.setImport(self.importModule)
     coKeydObject.addObject(self, visItem)
Beispiel #6
0
 def addObject( self, obj ):
     _infoer.function = str(self.addObject)
     _infoer.write("name: %s" % obj.params.key)
     coKeydObject.addObject(self,obj)
     self.params.maxIdx = self.__numSteps()-1
     self.params.currentIdx = self.params.maxIdx        
Beispiel #7
0
 def addObject( self, visItem):
     _infoer.function = str(self.setParams)
     _infoer.write("addObject")
     visItem.setImport( self.cut )
     coKeydObject.addObject( self, visItem )
Beispiel #8
0
 def addObject(self, visItem):
     _infoer.function = str(self.setParams)
     _infoer.write("addObject")
     visItem.setImport(self.cut)
     coKeydObject.addObject(self, visItem)
Beispiel #9
0
 def addObject(self, obj):
     _infoer.function = str(self.addObject)
     _infoer.write("name: %s" % obj.params.key)
     coKeydObject.addObject(self, obj)
     self.params.maxIdx = self.__numSteps() - 1
     self.params.currentIdx = self.params.maxIdx
Beispiel #10
0
 def addObject( self, visItem):
     visItem.setImport( self.importModule )
     coKeydObject.addObject( self, visItem )
Beispiel #11
0
 def addObject( self, obj ):
     _infoer.function = str(self.addObject)
     _infoer.write("name: %s" % obj.params.name)
     coKeydObject.addObject(self,obj)
Beispiel #12
0
 def addObject(self, obj):
     _infoer.function = str(self.addObject)
     _infoer.write("name: %s" % obj.params.name)
     coKeydObject.addObject(self, obj)