command to select nodes by path

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hi ,

what is the command to select nodes by path?

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2017

    Hi,

    Please try with *createlistbypathpanel 

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2017

    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.

     

  • tinh
    tinh Altair Community Member
    edited August 2017

    Hi

    You can use one of these

    *nodemarkbypath $nid1 $nid2 1

    *nodelistbypath $nid1 $nid2 1

    *nodelistbypath2

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited August 2017

    Hi

    You can use one of these

    *nodemarkbypath $nid1 $nid2 1

    *nodelistbypath $nid1 $nid2 1

    *nodelistbypath2

    Thanks tinh ...