Connecting with shell mesh

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

I have to connect the grey colour component with shell mesh as shown.I have to close the entire component(grey) with shell mesh(Green colour component)(Figure 2).

 

Which command will help me to do it using TCL.. Can anyone give some clue..


if there is any reference, please provide me

 

 

<?xml version="1.0" encoding="UTF-8"?>Comps2.JPG

<?xml version="1.0" encoding="UTF-8"?>Connection.JPG

Answers

  • tinh
    tinh Altair Community Member
    edited February 2019

    Use panel 2d>ruled or drag

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited February 2019

    Hi Tinh, 

     

    I want to automate it using tcl.. I can select one outer node from each mesh... Then i have to connect it using green elements shown..

  • tinh
    tinh Altair Community Member
    edited February 2019

    Hi

    Base on ruled mesh, you must construct 2 nodelists are 2 boundary edges

    (Use *findedges)

    1st node of nodelist1 must be closest to 1st one of nodelist2 (use hm_getclosestnode)