Check property assignment on elems

Roshan Shiveshwar
Roshan Shiveshwar Altair Community Member
edited October 2020 in Community Q&A

Hi,

I want to create a tcl script that lists all the elements where the properties are assigned directly.

Is there any way to do this?

 

Thanks,

Roshan

 

Answers

  • tinh
    tinh Altair Community Member
    edited March 2018

    Hi,

    It's simple:

    *displaynone

    *createmark elems 1 'equal to value' propertyidflag 1

    *findmark elems 1 0 1 elems 0 2

  • Roshan Shiveshwar
    Roshan Shiveshwar Altair Community Member
    edited May 2023

    Oh.. That was supposed to be easy.

     

    Thanks a lot tinh !