Show elements in a pre-defined set in hw

User: "Guy01"
Altair Community Member
Updated by Guy01

Hello

Can anyone help me to do a 'isolate only' type of operation by command?

I would like to display results on a set defined in hyperview.

 

hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page1 [proj GetActivePage ]
page1 GetWindowHandle win1 [page1 GetActiveWindow]
win1 SetClientType 'Animation'
win1 GetClientHandle po1
po1 GetModelHandle mo1 [po1 GetActiveModel ]

mo1 GetSelectionSetList # i can see the available set list with this command

 

I cant find the way to select only a particular set (knowing its name or id).

 

Thanks in advance for the help

Find more posts tagged with