Tcl Query command

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

Hi all,

hm_getentitycardimagedictionary props 1D

When I m using above command in optistruct its wrking.

How can I use it in Ansys profile.

What is the type that can be used.

 

Thanks,

Mahes

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited September 2017

    Hi Mahes,

     

    For Ansys, we do not have a single keyword for 1D. Instead it is different for BEAMS, LINKS etc. You can use the following command to get the BEAM properties

     

    hm_getentitycardimagedictionary props BEAMS

     

    and for LINKS

     

    hm_getentitycardimagedictionary props LINKS.

     

    For any other property, you can get the type it belongs to by the following API

     

    hm_getvalue props id=prop_id dataname=cardimagetype

     

     

    Hope this helps.