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.
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
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
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.