Tcl command to get Surfaces names
Hi all,
I have imported geometry from a CATPart into HyperMesh and now I am trying to get the names of the surfaces in the model.
I am using following commands and till now have no success. (I can get the IDs of surfaces e.g. 1,2,3,4 ..)
*createmark surfs 1 all set surfsList [hm_getmark surfs 1] hm_getentityvalue surfs 2 name 1 -byid
The first two commands return results (hm_getmark returns the IDs of surfaces: 1,2,3,4,5). However the last command (hm_getentityvalue from Reference manual) doesn't return anything at all, (not even any error).
My goal is to get the names of the surfaces (via any Tcl command). I will be very thankful for any help.
Best regards,
Mubeen