🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how to combine all 1D elements in a model

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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"?>QQ截图20181010212119.png

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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?