]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Composite feature adding subsolids. Fix problem with tag.
authordbv <dbv@opencascade.com>
Fri, 25 Dec 2015 18:10:21 +0000 (21:10 +0300)
committerdbv <dbv@opencascade.com>
Fri, 25 Dec 2015 18:10:21 +0000 (21:10 +0300)
src/FeaturesPlugin/FeaturesPlugin_CompositeBoolean.cpp

index 50883b7c0808b0a21338cc990ea708771033a4fa..b47952c5dbbc97c950b8c92bc3d073e7e7038287 100644 (file)
@@ -393,7 +393,7 @@ void FeaturesPlugin_CompositeBoolean::loadNamingDS(std::shared_ptr<ModelAPI_Resu
     const int aModTag = 2;
     const int aDelTag = 3;
     const int aSubsolidsTag=4; /// sub solids will be placed at labels 6, 7, etc. if result is compound of solids
-    int aToTag = 5; // may be many labels, starting from this index
+    int aToTag = 5000; // may be many labels, starting from this index
     int aFromTag = 10000; // may be many labels, starting from this index or last aToTag index
     const std::string aGenName = "Generated";
     const std::string aModName = "Modified";