Template modification

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

Hi, I have saved a template file .tpl to plot some data of a node number. Hoe can I pass a new set node numbers of varibales and reuse the script.

Thanks in advance!

Answers

  • tinh
    tinh Altair Community Member
    edited April 2017

    Hi

    I do not clearly understand your issue. it seems you want to refer to some certain nodes in template. you can move your nodes to a temporary include and refer to them by dataname 'includeid',

    or better way, create a set of those nodes, and in template, scan sets() in database, using pointer to ids dataname and access nodes by pointer.node.id/x/y/z ...