GETTING SYSTEM ID OF A NODE

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

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,

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2012

    Hello Mgoiogana,

    The data_name must be a member of nodes of course.

    Try this:

    hm_getentityvalue nodes 30 'outputsystemid' 0

    Regards,

    Mario

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2012

    Yes, it works!!

    Thanks Mario!!

    :-)

    Best regards,

    mgoiogana