🎉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

Connecting with shell mesh

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

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

Find more posts tagged with

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

    Use panel 2d>ruled or drag

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

    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..

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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)