示例#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')