🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to mask orphan nodes in hyperview?

User: "sanket_patil"
Altair Community Member
Updated by sanket_patil

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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Michele Macchioni"
    Altair Employee
    Updated by Michele Macchioni

    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

    User: "Nagahashi Kouta"
    Altair Community Member
    Updated by Nagahashi Kouta

    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.