A program to recognize and reward our most engaged community members
HI,
I'm new to hypermesh customization, I'm trying to create custom button in hypermesh to run particular Tcl script.
thank you,
sixz
Hi Sixz,
Please share a screenshot of were you want to place the button.
<?xml version="1.0" encoding="UTF-8"?>trying to put button somewhere in this tab, can you share where can I find Button UI libraries.
HI
Create one userpage.mac file.
code in that file to create button:
*createbutton(5, 'Deflection of Cantilever', -1, 0, 10, YELLOW, 'Launch Solution To Cantilever Beam.', EvalTcl, 'C:\Users\pdd914713\Documents\Test.tcl')
*beginmacro('CantileverBeam')
*endmacro()
keep this file in current working directory...then restart the Hm.
You can find this info in HW help as well.
HyperWorks Desktop Applications > HyperMesh > HyperMesh Tutorials > Customization > Scripts: