Is there a method to readjust the center point of an STL file once it has been relocated or turned? For example, if the original rotation of my object is set at (0,0,0), and then I rotate it to (20,70,90) degrees, is it possible to modify the local origin in a way that when I reference object.position, I would still receive (0,0,0) while maintaining the previous rotation of the object?