Check property assignment on elems
Roshan Shiveshwar
Altair Community Member
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
0
Answers
-
Hi,
It's simple:
*displaynone
*createmark elems 1 'equal to value' propertyidflag 1
*findmark elems 1 0 1 elems 0 2
0 -
Oh.. That was supposed to be easy.
Thanks a lot tinh !
0