Hi
I am using python to import mdb from odb, the part name, node sets , surface names etc all become upper cases.
myModel=mdb.ModelFromOdbFile(name='case2', odbFileName=odbname)
Now if I want to access the node set name, I have to use upper cases like this .upper(). I am wondering if it is...