Hello all,
I hope that I am right here with my problem. Currently I am working with Abqus Python Scripting and would like to use the function SurfaceToSurfaceContactExp. Unfortunately I always get the error messages TypeError: keyword error on master or TypeError: keyword error on slave. My function call looks like this:
boneScrewModel.SurfaceToSurfaceContactExp(name = 'Surface Contact', createStepName = 'Make contact', master = contactMasterSurfaceRegion, slave = contactSlaveSurfaceRegion, sliding = FINITE, interactionProperty = 'Initial Contact')
If you have any idea what I am doing wrong I would be very happy about a feedback :-) Thanks!
