]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_MacroBSpline.h
Salome HOME
Unit test for adding pole to B-spline curve
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MacroBSpline.h
index 860c34f9de67397db0a9205fdde1b0d76b7d5c69..d3333255335118a5b3319982d9b27482f65a3238 100644 (file)
@@ -123,6 +123,11 @@ private:
   static void createAuxiliarySegment(std::shared_ptr<GeomDataAPI_Point2DArray> theBSplinePoles,
                                      const int thePoleIndex1,
                                      const int thePoleIndex2);
+  /// Set name of auxiliary feature representing the control polygon
+  static void assignDefaultNameForAux(FeaturePtr theAuxFeature,
+                                      std::shared_ptr<GeomDataAPI_Point2DArray> theBSplinePoles,
+                                      const int thePoleIndex1,
+                                      const int thePoleIndex2 = -1);
   friend class SketchPlugin_BSplineBase;
 
 private: