Nodes coordinates change/update

Is it possible in SOFIMSHA module to change/update coordinates for some selected nodes defined earlier keeping all other nodes unchaged and get new topology shape - beam elements updated based on nodes new positon? And then run the calculations for updated model geometry.

I used the code:

+PROG SOFIMSHA urs:4
HEAD NODES AND ELEMENTS
!+!Chapter Nodes, new X,Y,Z

SYST REST
CTRL REST 2
CTRL LOOP 1
MOD TYPE NODE FROM 11005 TO 11007
NODE NO X Y Z
11005 2.000 0.000 3.000
11006 2.500 0.000 3.000
11007 3.000 0.000 3.000
END

but it doesn’t work the expected way. I mean for the first run coordinates are changed, but when the coordinates are chnged again (testing) it desn’t change nodes position.

I would be grateful for an exapmle teddy code or piece of advice how to fix the above one.

Regards,
Bogdan

No, this is not intended and therefore not possible.
Please tell me, what’s finally your intention with this procedere.

You can modify nodes position using displacement load and then saving the geometry.
Check out my code:
+prog aqua urs:1
head
norm en 1992-2004
stee no 1 s 355
prof 1 heb 600
end

+prog sofimsha urs:2
head
syst spac
node 1 0 0 0 fix f
node 2 5 0 0
node 3 10 0 0
beam 1 1 2 ncs 1
beam 2 2 3 ncs 1
end

+prog sofiload urs:3
head
lc 1
node 1 type wyy p1 -1[m]
node 2 type wyy p1 -2[m]
node 3 type wyy p1 +2[m]
end

prog ase urs:4
head
lc 1
end

+prog ase urs:5
head
syst plc 1 stor yes
end