HOW TO OPEN A SUB-PANEL FROM MACRO (IN HYPERMESH)?
Altair Forum User
Altair Employee
Hello, when i want to open a panel i use *enterpanel('panel name'). But how to open a specific sub-panel from macro (in HyperMesh) ?
0
Answers
-
Hi,
I am not aware of a command in command.cmf file syntax, but in TCL you could use hm_pushpanelitem.
E.g. hm_pushpanelitem 'edit element' 'split' will let you open the 'split'-option in the 'edit element'-panel.
Regards,
Stefan
0 -
Thank you, this is exactly what I was looking for :d/
0