mustapha1234
Mechanical
- Mar 31, 2014
- 8
I'm actually an intership student I need help in abaqus script.
After a was create the model and mesh using abaqus script, I want to create elements sets to define model change interactions
I start by using the instructions:
""
a = mdb.models['Model-WorkPiece'].rootAssembly
e1 =a.instances['Part-Workpiece-1'].elements
elements1=[1,2,3]
a.Set(elements=elements1, name='couche1')
""
but I get Feature creation failed error, I try to use other instructions like elementSetFromElemntslabels or FindAt, getting 'Assembly' object has no attribute 'cells' or 'MeshElementArray' object has no attribute 'FindAt' and other error like that
so I need your help
think you
After a was create the model and mesh using abaqus script, I want to create elements sets to define model change interactions
I start by using the instructions:
""
a = mdb.models['Model-WorkPiece'].rootAssembly
e1 =a.instances['Part-Workpiece-1'].elements
elements1=[1,2,3]
a.Set(elements=elements1, name='couche1')
""
but I get Feature creation failed error, I try to use other instructions like elementSetFromElemntslabels or FindAt, getting 'Assembly' object has no attribute 'cells' or 'MeshElementArray' object has no attribute 'FindAt' and other error like that
so I need your help
think you