Review set with tcl
Hello everyone,
I'm trying to display with a tcl in HyperMesh 14.0 (Abaqus-Standard3D User Profile), the review item of entity sets panel and then select automatically a set defined by user.
The command : hm_pushpanelitem {entity sets} review works but after what it the command to select a defined group ?
I have tried to use the command : hm_setinputentry 'entity sets' [hm_getitemnumber {entity sets} 'name ='] toto to select the group named toto but the name doesn't appear in the entry
Can you help me about that?
Thanks
Michael
Answers
-
maybe you cannot hook to that panel.
if you just want to review nodes of a set, use:
*createmark nodes 1 'by set name' $set_name
hm_highlightmark nodes 1 h
0 -
Thanks for your answer tinh
Regards
0 -
With release 2017, you have already a menu 'review':
0