setbymerge - abaqus
I try to work with the function setbymerge and I keep getting an error. (syntaxerror:invalid syntax)
I don't know what I do wrong see below the code line
part=mdb.models['mesh_for_analysis'].parts['PART-1']
part.SetByMerge(name='outer',sets=(part.[YminElemList], part.[YmaxElemList], part.[ZmaxElemList], part.[ZminElemList], part.[XmaxElemList], part.[XminElemList]))