Salome HOME
Merge branch 'master' into gni/evolution
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Offset.h
index a4be309a7a06dbd5481758b0576d06af8d6fc4c1..1ce77dfcc12e408c20bc461832d69e4545ce2934 100644 (file)
@@ -54,7 +54,8 @@ public:
     (const std::shared_ptr<GeomAPI_Pln>& thePlane,
      const GeomShapePtr& theEdgeOrWire,
      const double theOffsetValue,
-     const GeomAlgoAPI_OffsetJoint theJoint = GeomAlgoAPI_OffsetJoint::KeepDistance);
+     const GeomAlgoAPI_OffsetJoint theJoint = GeomAlgoAPI_OffsetJoint::KeepDistance,
+     const bool theIsApprox = false);
 
   /// \return the list of shapes generated from the shape \a theShape.
   /// \param[in] theOldShape base shape.