Salome HOME
Update unit tests for the PlaneGCS solver. Bug fixes.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Sketch.h
index 8a1788c5c0a18d863f38dacfff28e08f482f86d2..d97ea573dc1dcc30c1821c1d85802b2f390f87fc 100644 (file)
@@ -214,9 +214,11 @@ class SketchPlugin_Sketch : public ModelAPI_CompositeFeature, public GeomAPI_ICu
   /// The name of the created feature stays unique.
   /// \param theFeature a source feature
   /// \param theSketch a sketch intance
+  /// \param theIsCopy if true sets feature copy attribute to true.
   /// \return a created feature
   static FeaturePtr addUniqueNamedCopiedFeature(FeaturePtr theFeature,
-                                                SketchPlugin_Sketch* theSketch);
+                                                SketchPlugin_Sketch* theSketch,
+                                                const bool theIsCopy = false);
 
   /// Creates a plane of the sketch.
   /// \param theSketch a sketch intance