Hello, How can I script selection of elements in HyperView similar to this written in TCL for HyperMesh
*unmaskall
*maskreverseall
*createmark elems 1 "by config type" 0 mass ; # 0-all elements
*findmark elements 1 257 1 elements 0 2;
*maskentitymark elems 1 0
*createmark elems 1 "by config type" 0 rigidlink ; # 0-all elements
*findmark elements 1 257 1 elements 0 2;
*maskentitymark elems 1 0
*createmark elems 1 "by config" 0 bar2 ; # beams # 0-all elements
*findmark elements 1 257 1 elements 0 2;
*maskentitymark elems 1 0
*createmark elems 1 "by set name" "welded_area";
*maskentitymark elems 1 0