I'm new to python programming and I'm trying to perform a very simple task. I've opened a odb database and read in a model and part in a deformed configuration. Looks fine. Now I want to simply move a node by a prescribed offset using the editNode method but I can't seem to get it to work. A...