MoonSooKang
Civil/Environmental
- Jun 28, 2018
- 1
I have to apply other material properties(elastic, plastic, etc.) on each element.
So I have been studying python script to try it.
To apply properties named 'Material-1' to element#1 of 'Part', i want to select element of the specified element number using python script.
For example, 'Material-1' will be assigned to element#1 of 'Part'
'Material-2' will be assigned to element#2 of 'Part'
'Material-3' will be assigned to element#3 of 'Part'
.
.
.
Because my model has many elements, i have to using python script.
But i don't know and can't find How to select element of the specified element number using python script.
I want to know example script.. it is possible. Please help me.
So I have been studying python script to try it.
To apply properties named 'Material-1' to element#1 of 'Part', i want to select element of the specified element number using python script.
For example, 'Material-1' will be assigned to element#1 of 'Part'
'Material-2' will be assigned to element#2 of 'Part'
'Material-3' will be assigned to element#3 of 'Part'
.
.
.
Because my model has many elements, i have to using python script.
But i don't know and can't find How to select element of the specified element number using python script.
I want to know example script.. it is possible. Please help me.