I am trying to select the face of a box and define it as a Surface using Python scripting in ABAQUS. I had already tried findAt and getBoundingBox. The face is getting selected, but I am unable to define that as a Surface.
After the face is selected, I use this command
"mdb.models['Model-1'].parts['BottomLayerB'].Surface(faces=faces, name='TopB')" to define this face as a surface.
The exact error is "TypeError: keyword error on faces".
It would be helpful if someone could provide a solution to this error.