Type of set

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

How to know the type of a set by tcl?

For example, I have a set named TEST_SET. How can I know TEST_SET is a set of Element or a set of Node by tcl?

<?xml version="1.0" encoding="UTF-8"?>aaa.jpg

Tagged:

Answers

  • Q.Nguyen-Dai
    Q.Nguyen-Dai Altair Community Member
    edited March 2017

    In HW Help, you have alot of information (see picture).

    Examle TCL code:

     hm_getvalue sets id=1 dataname=type  hm_getvalue sets id=1 dataname=typename 

     

     

     

    <?xml version="1.0" encoding="UTF-8"?>sets_001827.png

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited March 2017

    Thank you very much!