An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Is scripting possible in Hyperview. If so where can I find help on commands? Is there a "command1.tcl" that writes the commands for every click as in Hypermesh?
Thank you!
Yes, it surely is.
Most frequently used helps are:
https://2021.help.altair.com/2021.2/hwdesktop/hwd/topics/reference/tcl/object_hierarchy_r.htm
and
https://2021.help.altair.com/2021.2/hwdesktop/hwd/topics/reference/hwc/commands_hwc_r.htm
There are two types of tcl commands in Hyperview: hwi and hwc. HWC is recorded and can be found in hwc console:
But hwi is not recorded.
At present, python scripting in Hypermesh/Hypergraph/Hyperview is supported but can not yet be recorded. Help and examples are here:
https://help.altair.com/hwdesktop/pythonapi/index.html
Happy learning and scripting!