Equivalent to *createmarkpanel in Hyperview
Hi
I am working on a hyperview customization script where I need to ask the user for selecting elements to be
masked for further processing.
just like in hypermesh customization we have '*createmarkpanel'.
how to get the same functionality in hyperview.
thanks
Answers
-
Maybe there is no available function to do that
Refer to some scripts on Script Exchange, or write your own function
0 -
I am also working on a script where I need this functionality. I found a script that can be used as a starting point:
https://connect.altair.com/CP/kb-view.html?kb=40826
The first procedure is the one that creates the GUI with the selection panel. You can change the selection type from Nodes to Elements by modifying lines 39 and 40.
0