Can we separate the existing meshes into diferent components based on attached faces automatically?

Prathveraj Shetty
Prathveraj Shetty Altair Community Member
edited September 25 in Community Q&A

I have lot of (meshed) components. I want to create a tcl script loop where each components is taken, if they have different faces split them based on attached faces option and put them into new components. Is this possible?
It is a crucial for the automation I am currently trying.

Answers

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited September 6

    sounds pretty feasible, but more details and pictures/examples should be given.

  • Prathveraj Shetty
    Prathveraj Shetty Altair Community Member
    edited September 16

    Hi Adriano,

    image

    Thanks for the quick response. I want to separate these faces into different components autmatically. Is this possible?

    Currently they are all in the same components

  • Carlos Flauzino_22279
    Carlos Flauzino_22279 Altair Community Member
    edited September 25

    Hi Shetty,

     

    The easiest way is to create a loop, inside this loop there will be:

    1° Create the component.

    2° Use organize-surfaces (this part will be manual, you'll need to select the surface).

    3° Link the created component to the destination (remember to include associated elements in the code).

     

    For it be 100% automatic, it's more difficult because you need a reference to organize each surface, such as a specific name for each surface.

     

    Best regards!