Search found 3 matches

by mlucio
Thu Sep 24, 2020 10:06 am
Forum: Customization
Topic: Highlighting entities in GiD
Replies: 4
Views: 6120

Re: Highlighting entities in GiD

Thank you very much! :) Just a last question (maybe)... Here is the code I wrote: GiD_Process MEscape SelectEntities justone Surfaces vwait ::GidPriv(selection) set selection [eval lrange $::GidPriv(selection) 1 end] set info [GiD_Info list_entities surfaces $selection] set indexNumEntity [lsearch $...
by mlucio
Mon Aug 17, 2020 4:36 pm
Forum: Customization
Topic: Highlighting entities in GiD
Replies: 4
Views: 6120

Re: Highlighting entities in GiD

Dear Escolano, thank you very much for your answer! :) What you suggested for approach "1" worked! However, I may have oversimplified my question a little bit. Actually, there are also points and surfaces which can be linked to the selected surface. When doing what you suggest I have the i...
by mlucio
Fri Aug 14, 2020 12:27 pm
Forum: Customization
Topic: Highlighting entities in GiD
Replies: 4
Views: 6120

Highlighting entities in GiD

Hi, I have a double question concerning GiD pre-pro. 1. Let's say I have a surface which is "linked" (i.e. is somehow related) to some lines not necessarily belonging to the surface. I would like to develop a tool that allows to highlight the lines linked to the surface when clicking on th...