toolbar menu
Altair Forum User
Altair Employee
Answers
-
For this it is best to create your own custom preference.mvw file with these lines:
*Id('HyperWorks', '11.*')
*BeginDefaults()
*BeginPlotDefaults()
*BeginMenu(dummy, 'Scripts')
*MenuItem(dummy, 'Active Handle', TCL, 'C:/scripts/HV/proc/file_name.tcl')
*EndMenu()
*EndPlotDefaults()
*EndDefaults()If you want the Menu to show up for all clients use GraphicDefaults instead of PlotDefaults.
0