Hypermesh

Manoj Yandra
Manoj Yandra Altair Community Member
edited October 2020 in Community Q&A

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

Tagged:

Answers

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited August 2020

    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.

     

  • Manoj Yandra
    Manoj Yandra Altair Community Member
    edited August 2020

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

    What kind of script are u suggesting about?

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited August 2020

    select all temp nodes

    find closest node

    replace

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited August 2020

    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' /> 

  • mertbuldu
    mertbuldu New Altair Community Member
    edited August 2020

    You can follow below pictures.

     

     

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

  • tinh
    tinh Altair Community Member
    edited August 2020

    Another way:

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

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited August 2020

    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' />

  • Manoj Yandra
    Manoj Yandra Altair Community Member
    edited August 2020

    Thank You everyone for your suggestions.