Пример #1
0
 def connectionPoint(self):
     """ return the object to be displayed
         called by the class VisItem """
     return PartModuleVis.connectionPoint(self, 'ggeometry')
Пример #2
0
 def connectionPoint(self):
     """ return the connection (module/outport) to be connected to COVER
         called by the class VisItem """
     return PartModuleVis.connectionPoint(self, 'Geometry_out')
Пример #3
0
 def connectionPoint(self):
     """ return the connection (module/outport) to be connected to COVER
         called by the class VisItem """
     return PartModuleVis.connectionPoint(self, 'Geometry_out')
Пример #4
0
 def connectionPoint(self):
     #return self.__boundingBoxOut
     return PartModuleVis.connectionPoint(self, 'GridOut0')
Пример #5
0
 def connectionPoint(self):
     """ connection point for COVER """
     return PartModuleVis.connectionPoint(self, 'GeometryOut0')