GETTING SYSTEM ID OF A NODE


Updated by Altair Forum User
Hello,
It's me again.. :-P ](*,)
In my model in HyperMesh, I've nodes that are referenced to differente coordinate systems. How can I get the ID of the coordinate system for any node?? (I already know the IDs of the nodes).
I want to extract the CD value from the GRID card. (Ican't attach any picture.. =( )
I've tried with these codes, and it don't works. (Suppose that tha ID of the node is 30)
hm_getentityvalue nodes 30 systems 0
hm_getentityvalue nodes 30 systemcols 0
hm_getentityvalue nodes 30 \$GRID_CD 0
Is there any other command for doing this??
[-o<
Thanks in advance,
Sort by:
1 - 2 of
21
Hello Mgoiogana,
The data_name must be a member of nodes of course.
Try this:
hm_getentityvalue nodes 30 'outputsystemid' 0
Regards,
Mario