How to mask orphan nodes in hyperview?
sanket_patil
Altair Community Member
Hello All,
I want to hide orphan nodes from model in hyperview using tcl script. How can i do that?
Please guide me for the same.
Thanks in advance.
Regards,
Sanket
0
Answers
-
Sanket,
if you are using latest HyperView I suggesto to use HWC to perfom the action and record the statement.
Then using hwc header on the TCL console you can call the same function.
Orphan nodes are usually stored in the "Orphan Nodes" component, thus the TCL statement you are looking for is:
hwc attribute sset visibility false "Orphan Nodes"
Hope this help.
Thanks
Michele
0 -
Hello,Sanket
Good evening
As far as i know,Orphan nodes are usually stored in the "Orphan Nodes" set,you can hide/mask the set with the model handle.
Just for your reference.
0