]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_ResultBody.cpp
Salome HOME
Basing on the issue #1757 make extrusion-cut that
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultBody.cpp
index 806df516e21668514e1acb4ab1a4b0b9d1da20bb..96507db5743de1a1db4b9637767f94d5f9336e80 100644 (file)
@@ -98,10 +98,10 @@ GeomShapePtr ModelAPI_ResultBody::shape()
   return myBuilder->shape();
 }
 
-void ModelAPI_ResultBody::generated(const GeomShapePtr& theNewShape,
-                                    const std::string& theName)
+bool ModelAPI_ResultBody::generated(const GeomShapePtr& theNewShape,
+  const std::string& theName, const bool theCheckIsInResult)
 {
-  myBuilder->generated(theNewShape, theName);
+  return myBuilder->generated(theNewShape, theName, theCheckIsInResult);
 }
 
 void ModelAPI_ResultBody::generated(const GeomShapePtr& theOldShape,