how to combine all 1D elements in a model
Altair Forum User
Altair Employee
there are many short 1d elements in a model, and in order to simplify the model these elements can be combine to a long 1d elements. how to combine all 1D elements in a model ?
0
Answers
-
A script like this
1.First find out nodes that belonged to 2 elems
2.Delete the 2 elems
3.Create an elem to replace
Can you do 1?
0