# File structures/CellComplex.rb, line 422
  def getOTupleV(v,tri = nil)
    t1 = up(up(v)[0])[0]
    tup = getTuple(t1)
    while (tup[0] != v)
      tup = switch(0,switch(1,tup))
    end
    return tup
  end