🎉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

select nodes through tcl between perticular range

User: "nitin_p"
New Altair Community Member
Updated by nitin_p

Hello,

I am looking for tcl command to get node numbers in particular range. In my model i want to get node number ranging from 1 to 1000.

The node numbers are not continuous like from node 1 to 1000 you will get only 50 nodes.

To get nodes number i tried 'hm_createmark nodes 1 'by value range' 1000' and 'hm_createmark nodes 1 'by ID' 1-1000' but through both command i dont get expected results. So can anybody suggest me what to do in such case?

Find more posts tagged with

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

    Try

    *createmark nodes 1   1-1000