🎉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

TCL: Select 2d elements less than 5mm and display numbers on screen of those elements

User: "Andy@LamteqSolutions"
Altair Community Member
Updated by Andy@LamteqSolutions

Hi all,

 

I'd like to create a script which selects 2d elements of less than 5mm and then displays the element numbers on screen.

 

Any ideas anyone?

 

Much appreciated

Andy

Find more posts tagged with

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

    Try

    *createmark elems 1 displayed

    *createmark elems 2

    *elementtestlength elems 1 5.0 2 1 2 1 0 '  2D Length <  '

    *numbers 1

    *numbersmark elems 2 1

    User: "Andy@LamteqSolutions"
    Altair Community Member
    OP
    Updated by Andy@LamteqSolutions

    Many thanks Tinh, 

     

    That's perfect