Hi, on Hypermesh 2021.1 I've created a .tcl script which was working correctly.
I have now updated to 2021.2: under the Optistruct user profile I had to change stuff like the *setvalue <select_type>=<selection> from name to ids otherwise it wouldn't work.
I have now the same problem with these lines under the Abaqus user profile
*createentity sets cardimage="SURFACE_ELEMENT" type=2 name="set1" *clearmark sets 1 *setvalue sets id=17 id={Sets 1} *setvalue sets id=1 name=dist_inf2molla *setvalue sets id=1 STATUS=2 139=3 *createmark elements 1 2 *createmark nodes 1 9-12 *segmentsetaddfaces "dist_inf2molla" 1 1 30 1 1
I get an "specified segment set does not exist" error for the last line since apparently Hypermesh does not want to use names. Of course "Abaqus is a name-based solver which uses a label/string to reference entities" so I cannot find alternatives.
Is this expected behaviour? Is there anything I can do regarding the changes in id synchronization made in the Hypermesh 2021.2 update?
Thanks