Check property assignment on elems

User: "Roshan Shiveshwar"
Altair Community Member
Updated by Roshan Shiveshwar

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

 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi,

    It's simple:

    *displaynone

    *createmark elems 1 'equal to value' propertyidflag 1

    *findmark elems 1 0 1 elems 0 2

    User: "Roshan Shiveshwar"
    Altair Community Member
    OP
    Updated by Roshan Shiveshwar

    Oh.. That was supposed to be easy.

     

    Thanks a lot tinh !