X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModelHighAPI%2FModelHighAPI_Dumper.cpp;h=1031cf85498a1868ece8135255c77fa4a94591e7;hb=a13f87935d2a6f52f942790b6abc874f1016c9fc;hp=fa68ae5eee0ff64810bef9f6c0a994ec6188a4f6;hpb=5d8eb5b379cf17802c04862f02712281bd946863;p=modules%2Fshaper.git diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp index fa68ae5ee..1031cf854 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp @@ -495,7 +495,6 @@ void ModelHighAPI_Dumper::DumpStorageWeak::write(const AttributeSelectionPtr& th GeomAlgoAPI_NExplode aNExplode(aContext->shape(), aShape->shapeType()); int anIndex = aNExplode.index(aShape); if (anIndex != 0) { // found a week-naming index, so, export it - std::wstring aaa = theAttrSelect->contextName(aContext); myDumpBuffer << "model.selection(\"" << aShape->shapeTypeStr() << "\", \"" << ModelAPI_Tools::toString(theAttrSelect->contextName(aContext)) << "\", " << anIndex << ")";