Hallo zusammen! Folgendes Problem wäre zu lösen:
Fehlerausgabe:
CreateConstraint
mdb.models['model1'].Coupling('constraint14',set1,point1,WHOLE_SURFACE,KINEMATIC)
TypeError: arg3; found Feature, expecting float
Auszug aus meinem Script:
def CreateConstraint():
import interaction
import assembly
set1=mdb.models['model1'].rootAssembly.sets['ANLAGEFLAECHEOBEN']
point1=mdb.models['model1'].rootAssembly.features['RP-1']
mdb.models['model1'].Coupling('constraint14',set1,point1,WHOLE_SURFACE,KINEMATIC)
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP