The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
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 ?
<?xml version="1.0" encoding="UTF-8"?>
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?