🎉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

Hypermesh

User: "Manoj Yandra"
Altair Community Member
Updated by Manoj Yandra

How to equivalence temp nodes with element nodes using hypermesh tcl commands

Find more posts tagged with

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

    How to equivalence temp nodes with element nodes using hypermesh tcl commands

     

    The equivalence function does not work with temp nodes, only with meshing nodes.

    But you can write a Tcl script to move your element nodes to temp nodes.

     

    User: "Manoj Yandra"
    Altair Community Member
    OP
    Updated by Manoj Yandra

    i thought of using replace option, but that involves replacing of some 300 nodes.

    What kind of script are u suggesting about?

    User: "Adriano_Koga"
    Altair Employee
    Updated by Adriano_Koga

    select all temp nodes

    find closest node

    replace

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    i thought of using replace option, but that involves replacing of some 300 nodes.

    What kind of script are u suggesting about?

     

    300 or 3000 nodes is the same method.

    Koga gives you already the ... code :D/emoticons/default_biggrin.png' srcset='/emoticons/biggrin@2x.png 2x' title=':D' width='20' /> 

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

    You can follow below pictures.

     

     

    resim.png.6ec053e7b1998e7d7090921bf330d9e5.pngresim.png.caf195f2248707aa9f9febc58cacde56.pngresim.png.49411fad0825896e75d54a5e24d842e3.pngresim.png.24af8c90a09bcd998f469696e0fa9d12.png

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Another way:

    create a rigidlink or mass elements on temp nodes and then do equivalence

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Another way:

    create a rigidlink or mass elements on temp nodes and then do equivalence

     

    Ah, that's a GOOD idea! :D/emoticons/default_biggrin.png' srcset='/emoticons/biggrin@2x.png 2x' title=':D' width='20' />

    User: "Manoj Yandra"
    Altair Community Member
    OP
    Updated by Manoj Yandra

    Thank You everyone for your suggestions.