Altair RISE

A program to recognize and reward our most engaged community members
Nominate Yourself Now!

HOW TO OPEN A SUB-PANEL FROM MACRO (IN HYPERMESH)?

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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) ?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Thank you, this is exactly what I was looking for :d/