Tcl Query command
Altair Forum User
Altair Employee
Answers
-
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.
0