}
{
using namespace UNV2417;
- cout << "### MyGroups size " << myGroups.size() << endl;
if (myGroups.size() > 0) {
TDataSet aDataSet2417;
TGroupList::const_iterator aIter = myGroups.begin();
SMESHDS_GroupBase* aGroupDS = *aIter;
TRecord aRec;
aRec.GroupName = aGroupDS->GetStoreName();
- cout << "### GrName = "<<aRec.GroupName<<endl;
- cout << "### GrSize = "<<aGroupDS->Extent()<<endl;
- cout << "### GrType = "<<aGroupDS->GetType()<<endl;
int i;
SMDS_ElemIteratorPtr aIter = aGroupDS->GetElements();