HeIlo, is there any way to create short cut or tcl file to select elemnts by adjacent by clicking on a single element? Please help me.
Try this code:
*clearmark elements 1 *createmarkpanel elements 1 'Select element' *appendmark elems 1 'by adjacent' set eList [hm_getmark elems 1] puts 'Adjacent Elems= $eList'
HTH,
thank you, its working, but where can i learn tcl scripting and python scripting.
Both are Opensource Programming language so there's a lot of learing resource on Internet.
Try this code:
HTH,