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