I want to create a reference node using python for abaqus. In the input file, I can easily do it, as below: *Node 1, x,y,z *Nset, nset=SET-1 1,
But I am struggling to do it by scripting it. I have an orphan mesh, so I don't have a part. Could someone provide some insight into this problem? Thanks.