What would be a alternative command in HyperView for *createmark
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
Answers
-
Hi, PSiedlaczek
Please refer to the link below
"https://community.altair.com/community?id=community_question&sys_id=e1faace41bfa7410507ca6442a4bcb03"
0 -
I have follow linked message and I have not found an answer.
The compiled script Hyperview_SelectPanel.tbc presented in linked message doesnt work.
It throws License Error as You used trial version of tclcompiler from tcl dev tools. I was also suspicious before starting Your compiled library, so I did many checks before running it. It is not safe to use compiled tcl as it can contain malicious software.
Please share uncompiled version so I can assure step by step what is going on inside.0