]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Offset.h
Salome HOME
Merge branch 'V9_11_BR'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Offset.h
index f6afb6f319aa3bce05ab5d471bcd878f423580ed..452679c95439f9bb658af8986851e2d14ba53ca2 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.