A program to recognize and reward our most engaged community members
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
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.