An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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
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.