🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Tcl command to get Surfaces names

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with