🎉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

Find nodes assigned to a system

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

hi,

 

I am looking for a solution to find out the IDs of nodes assigned to a system which I already know the ID.

 

Is there anybody having any ideas how to do that ??

Find more posts tagged with

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

    *createmark nodes 1 'by system' ?

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    Hi Tinh.

     

    Nodes are not selectable with 'by system'

    User: "tinh"
    Altair Community Member
    Updated by tinh

    *createmark nodes 1 'equal to value' inputsystemid ?

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    hi Tinh,

     

    No change, node is not selected.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Is that an input system or output system?

    User: "vipin_22401"
    Altair Community Member
    Updated by vipin_22401

    hi,

     

    I am looking for a solution to find out the IDs of nodes assigned to a system which I already know the ID.

     

    Is there anybody having any ideas how to do that ??

    Hi @Toan Nguyen

    this could work for you.

     

    set sysId 1
    hm_getcrossreferencedentities systems $sysId 7 1 0 0 -byid
    hm_getmark nodes 1

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    @tinh

     

    It is an output system which is used to set displacement of nodes on that system.

     

    @vipin

     

    It doesn't work with the following message:

    hm_getcrossreferencedentities: unable to find the entity by id ' '1''.

     

    Please note that the system with ID 1 existed in the model I used for checking

     

     

    Unable to find an attachment - read this blog

    User: "vipin_22401"
    Altair Community Member
    Updated by vipin_22401

    Hi @Toan Nguyen 

    it is working for me. is it because of the hypermesh version?

    I am using 2017 version.

     

    image.png.3ab901bb4d03f673062fdb9e150cc921.png

    User: "tinh"
    Altair Community Member
    Updated by tinh

    @tinh

     

    It is an output system which is used to set displacement of nodes on that system.

     

    @vipin

     

    It doesn't work with the following message:

    hm_getcrossreferencedentities: unable to find the entity by id ' '1''.

     

    Please note that the system with ID 1 existed in the model I used for checking

     

     

     

    So you found answer base on my *createmark command, didn't you? ;)/emoticons/default_wink.png' srcset='/emoticons/wink@2x.png 2x' title=';)' width='20' />

    I searched it by inputsystem

    Unable to find an attachment - read this blog

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    hi @tinh @vipin

     

    It works now, I forgot to set up a User Profiles.

     

    Thank you very much for the help from all of you!

    User: "vipin_22401"
    Altair Community Member
    Updated by vipin_22401

    Great!

    I too searched something similar @tinh:D/emoticons/default_biggrin.png' srcset='/emoticons/biggrin@2x.png 2x' title=':D' width='20' />

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    Just to provide some additional information:

     

    I used those command on HW14. Initially, It returned an error 'invalid entity type', so I changed the entity types from 'systems' to 'systs' then It worked.