X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.cxx;fp=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.cxx;h=b5b4dc7693896f372e18a266530bd3c72ebbdaaa;hb=4d9935e8c4a2a495281150f105bff756b5bded82;hp=9e4fed760b4b18303920bb34adfe00d0f81b7e01;hpb=39e3ed0090af2a6caa77376b10e116d30ddcd037;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx index 9e4fed760..b5b4dc769 100644 --- a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx +++ b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx @@ -224,6 +224,45 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform() } UNV2412::Write(out_stream,aDataSet2412); } + { + using namespace UNV2417; + cout << "### MyGroups size " << myGroups.size() << endl; + if (myGroups.size() > 0) { + TDataSet aDataSet2417; + TGroupList::const_iterator aIter = myGroups.begin(); + for (; aIter != myGroups.end(); aIter++) { + SMESHDS_GroupBase* aGroupDS = *aIter; + TRecord aRec; + aRec.GroupName = aGroupDS->GetStoreName(); + cout << "### GrName = "<