Hi
I don't know how to use the command 'hm_callpanel' to call a panel such as automesh.
I am making a process by Process Studio, I wrote the following codes as a button's OnClicked script:
proc mesh {} {
hm_callpanel 'automesh'
}
hm_setpanelproc mesh
mesh
but when I clicked the button in hypermesh, an Application Error appeared.
invalid command name 'mesh'
invalid command name 'mesh'
while executing
'mesh'
Does anyone know why? help me!