Search found 2 matches

by mzed
Fri Nov 10, 2017 5:01 pm
Forum: Customization
Topic: Extraction of elements id number
Replies: 3
Views: 4379

Re: Extraction of elements id number

Thanks for the quick reply, I already knew the syntax of each item, but my case is somewhat particular since i'm dealing with a combination of EM and optimization problem. The condition I'm looking for is just a flag to identify elements which will later be assigned another condition. The idea is to...
by mzed
Fri Nov 10, 2017 4:21 pm
Forum: Customization
Topic: Extraction of elements id number
Replies: 3
Views: 4379

Extraction of elements id number

Hello, I'm trying to write a TCL script that returns the ID number of elements inside a condition. Right now I'm using: set points [GiD_Info conditions Corner geometry] which returns something like this: points = {E 3 -} {E 4 -} Is it possible to return the ID only, without the need to mess with reg...