Find nodes assigned to a system
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 ??
Answers
-
*createmark nodes 1 'by system' ?
0 -
Hi Tinh.
Nodes are not selectable with 'by system'
0 -
*createmark nodes 1 'equal to value' inputsystemid ?
0 -
hi Tinh,
No change, node is not selected.
0 -
Is that an input system or output system?
0 -
Altair Forum User said:
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 10 -
It is an output system which is used to set displacement of nodes on that system.
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
0 -
Hi @Toan Nguyen
it is working for me. is it because of the hypermesh version?
I am using 2017 version.
0 -
Altair Forum User said:
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
0 -
Great!
I too searched something similar @tinh/emoticons/default_biggrin.png' srcset='/emoticons/biggrin@2x.png 2x' title=':D' width='20' />
0 -
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.
0