🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

ELEMENTS BY ADJACENT

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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.

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    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,

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    thank you, its working,  but where can i learn tcl scripting and python scripting.

    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    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.