I want to create a short cut for- Display 2D shells as 3D elements. I am unable to drag it to the quick access tool bar and it is not visible in the keyboard shortcuts also. It is taking time to go to the display ribbon and clicking it eachtime. Is there anyway to add it to the quick access tool belt or shortcut for it using fn keys.
Hi, Dharshini_25,
You can create a tcl file and write this command (each command in a different file):
*setoption detailed_elements_shellvis=1 # to display
*setoption detailed_elements_shellvis=0 # to reverse
(https://2024.help.altair.com/2024/hwdesktop/hwd/topics/reference/hm/_setoption.htm?zoom_highlight=detailed_elements_shellvis)
Once you created the file, you can change to Scripts and assign the files.
Regards,
Arthur