🎉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

Add Node to Center of Two Beams

User: "sanket_patil"
Altair Community Member
Updated by sanket_patil

Hi,

 

There are many bolts in assemebly and they are connected by 2 beam elements (there are two elements between one bolt). I want to add one node to that center of it using Tcl if there is no other element is attached to it.

 

How can i do that?

 

Regards,

Sanket

 

Find more posts tagged with

Sort by:
1 - 8 of 81
    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    Hi Sanket,

     

    Please share some images of the use case. 

    User: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    image.png.52b5d5798982b2accbd84d770e946f5f.png

    In above image there are 3 bolts out of which two are right and in case of third there is little mismatch. and i have added nodes on center of beams which are properly connected.

    i want to do it using script.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Did you check F10>free 1d?

    User: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    yes... i want to add node for connected beams not for free 1Ds. How can we do it using Tcl script?

    User: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    i want to add node for connected beams not for free 1Ds. How can we do it using Tcl script?

    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

     

    You can use the following algorithm:

     

    Find all the beam elements using config number,

    In that list find elements having attached element of same config

    find the common node between the two beams. 

    User: "sanket_patil"
    Altair Community Member
    OP
    Updated by sanket_patil

    @Livil LyleOk I will try it.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Detach the beam elems

    Find free nodes by F10 (get 2 ends)

    Reverse nodes selection (get mid nodes)