skyseducer
Materials
- Apr 9, 2006
- 9
Hello everybody,
I'm trying to make a preprocessing data in python so as to parametrise the geometry of my model so as the meshing density.
When starting my "data.py" in the NoGUI Mode , I get the error message :
-- typeError: "Repository" Object is not callable --
myModel.interactionProperties(name='contactproperties').TangentialBehavior
I would like to ask if it is possible to modelise contact using the python interface. I Had no problems by now in modeling the geometry so as the meshing but I've quite blocked on that contact definition. I would be pleased to get some advice.
Thank you in advance
myModel.interactionProperties(name='reibungprop').TangentialBehavior
myModel.SurfaceToSurfaceContactStd(name='reibung',createStepName='Step-1',master = (ImpactorLine,) , slave= (topLine,), Sliding=Finite, interactionProperty = 'reibungprop')
I'm trying to make a preprocessing data in python so as to parametrise the geometry of my model so as the meshing density.
When starting my "data.py" in the NoGUI Mode , I get the error message :
-- typeError: "Repository" Object is not callable --
myModel.interactionProperties(name='contactproperties').TangentialBehavior
I would like to ask if it is possible to modelise contact using the python interface. I Had no problems by now in modeling the geometry so as the meshing but I've quite blocked on that contact definition. I would be pleased to get some advice.
Thank you in advance
myModel.interactionProperties(name='reibungprop').TangentialBehavior
myModel.SurfaceToSurfaceContactStd(name='reibung',createStepName='Step-1',master = (ImpactorLine,) , slave= (topLine,), Sliding=Finite, interactionProperty = 'reibungprop')