How to mask orphan nodes in hyperview?

sanket_patil
sanket_patil Altair Community Member
edited June 2022 in Community Q&A

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

Answers

  • Michele Macchioni
    Michele Macchioni
    Altair Employee
    edited December 2021

    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

  • Nagahashi Kouta
    Nagahashi Kouta Altair Community Member
    edited June 2022

    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.