🎉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

Tcl Query command

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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.