🎉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

command to select nodes by path

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

Hi ,

what is the command to select nodes by path?

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi,

    Please try with *createlistbypathpanel 

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

    Hi,

    Please try with *createlistbypathpanel 

    Hi,

    this command create a node path panel .....but I select two corners node of a element manually means node between getting selected.

    how to do in macro.

     

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi

    You can use one of these

    *nodemarkbypath $nid1 $nid2 1

    *nodelistbypath $nid1 $nid2 1

    *nodelistbypath2

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

    Hi

    You can use one of these

    *nodemarkbypath $nid1 $nid2 1

    *nodelistbypath $nid1 $nid2 1

    *nodelistbypath2

    Thanks tinh ...