Equivalent to *createmarkpanel in Hyperview

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

  • tinh
    tinh Altair Community Member
    edited July 2017

    Maybe there is no available function to do that

    Refer to some scripts on Script Exchange, or write your own function

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2018

    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.