I want to write a script more simply.
I created a script to move the position of Processor1 10 meters in the X direction.
There are two lines, but is there a way to put them together in one line?
Object obj = Model.find("Processor1");
obj.location = obj.location + Vec3(10,0,0);