]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Sketch.h
Salome HOME
Task #3231: Sketcher Offset of a curve
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.h
index 6174ca23fd90dee5e5ee046edeb03891e4633698..3115cadf51a04c57dec012b19b3543ffb9562263 100644 (file)
@@ -376,8 +376,7 @@ public:
   std::shared_ptr<SketchAPI_Offset> addOffset(
       const std::list<std::shared_ptr<ModelAPI_Object> > & theObjects,
       const ModelHighAPI_Double & theValue,
-      const bool theReversed,
-      const bool theAuxiliary);
+      const bool theReversed);
 
   /// Add translation
   SKETCHAPI_EXPORT