To organize surfaces to different components.

Pritish Avachat
Pritish Avachat Altair Community Member
edited October 2020 in Community Q&A

Hello All,

I have one sweep Beam. I extracted the midsurface for it. 
Further I have splitted this extracted midsurface into 5 different parts.
Now I need to organize these 5 parts into 5 different components automatically.

I am new to TCL/TK, so can anyone help me to develop logic for the same ?
Thanks in Advance !  

Answers

  • tinh
    tinh Altair Community Member
    edited April 2018

    you can do it manually? why you need to do it by tcl?

  • Pritish Avachat
    Pritish Avachat Altair Community Member
    edited April 2018

    Building a automeshing macro for one component ( from midsurface extraction to meshing ). In which the component has to be meshed with different element size in these five regions.

  • Pandurang
    Pandurang Altair Community Member
    edited May 2018

    Building a automeshing macro for one component ( from midsurface extraction to meshing ). In which the component has to be meshed with different element size in these five regions.

     

    - create list of surfaces

    -create list of comps

    -use loop to to move the surfs to comps

     

  • Pritish Avachat
    Pritish Avachat Altair Community Member
    edited May 2018

    Hey @Pandurang, Can you descibe on loop syntax ?