]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/FeaturesAPI_Chamfer.h
Salome HOME
Task 3.2. To keep compounds’ sub-shapes for all operations (issue #3139)
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Chamfer.h
index 3baf2dde95cbe584d7fa29717d470f0383e3f25b..0e1da899ce6f9d78bdec7e9ffa31b76ff3cef9f6 100644 (file)
@@ -102,6 +102,7 @@ ChamferPtr addChamfer(const std::shared_ptr<ModelAPI_Document>& thePart,
                       const std::list<ModelHighAPI_Selection>& theBaseObjects,
                       const bool performDistances,
                       const ModelHighAPI_Double& theVal1,
-                      const ModelHighAPI_Double& theVal2);
+                      const ModelHighAPI_Double& theVal2,
+                      const bool keepSubResults = false);
 
 #endif // FeaturesAPI_Chamfer_H_