The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
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.
i thought of using replace option, but that involves replacing of some 300 nodes.
What kind of script are u suggesting about?
select all temp nodes
find closest node
replace
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 /emoticons/default_biggrin.png' srcset='/emoticons/biggrin@2x.png 2x' title=':D' width='20' />
You can follow below pictures.
Another way:
create a rigidlink or mass elements on temp nodes and then do equivalence
Another way: create a rigidlink or mass elements on temp nodes and then do equivalence
Ah, that's a GOOD idea! /emoticons/default_biggrin.png' srcset='/emoticons/biggrin@2x.png 2x' title=':D' width='20' />
Thank You everyone for your suggestions.