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