Find more posts tagged with
Hi @sanket_patil,
I think it should be work fine, other options are following.
*createmark elems 1 'by config' 2;
or
*createmark elems 1 'by comp name' ^edges
Thanks,
Imoto
Thanks for quick Help.
I tried
*createmark elems 1 'by config type' bar2 this command but it is giving wrong output. It is giving CONMASS elements instead of CBEAM/CBAR.
Can you give another solution?
Regards,
Sanket
Hi,
I tried
*createmark elems 1 'by config type' 1 bar2 {CBAR} {CBEAM} command
It worked
Thanks,
Sanket
usually you can accomplish this by using the 'hm_getvalue' command for many datanames available in HM.
Take a look at the documentation for this command and also the documentation for 'datanames' to check all the datanames that can be queried for each entity.
example:
hm_getvalue elems id=10000 dataname=config
hm_getvalue elems id=10000 dataname=configname
Hello sanket_patil,
Try to use the following:
*createmark elems 1 'by config' plot
Best Regards,
Mario