示例#1
0
 def getCoObjName(self):
     """ return the generated covise object name
         called by the class VisItem to check if an object name registered by the COVER was created by the tracer
     """
     return PartModuleVis.getCoObjName(self, 'ggeometry')
示例#2
0
 def getCoObjName(self):
     return PartModuleVis.getCoObjName(self, 'GridOut0')
示例#3
0
 def getCoObjName(self):
     """ return the generated covise object name
         called by the class VisItem to check if an object name registered by the COVER was created by the iso cutter
     """
     # the returned string is independent of the given portname, but portname must match the name of an out port
     return PartModuleVis.getCoObjName(self, 'Geometry_out')
示例#4
0
 def getCoObjName(self):
     """ return the generated covise object name
         called by the class VisItem to check if an object name registered by the COVER was created by the iso cutter
     """
     # the returned string is independent of the given portname, but portname must match the name of an out port
     return PartModuleVis.getCoObjName(self, 'Geometry_out')