Amrita Pati
Ansys Employee

Hi Kent,


I didn't find a command to do this directly. Althought you can try the following code to acheive this indirectly:

groupscope("structure group");
selectall;
addtogroup("::model");
groupscope("::model");

Regards,
Amrita