def SelectionInfo(self, child=None):
     info = GraphicsObject.SelectionInfo(self)
     if info and child is not None:
         path = info[0]
         return (path + (_sketch.IdIndex(self.objects, child), ), child)
     return info