]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_MacroEllipse.h
Salome HOME
Task 2.12. New entities: ellipses and arcs of ellipses (issue #3003)
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MacroEllipse.h
index 4bea22221d0ad0aa44f24c9aa6d7ed403caea2c4..609d96bf6b0315532f56e35e8d12b9518498452e 100644 (file)
@@ -162,14 +162,6 @@ private:
 
   FeaturePtr createEllipseFeature();
 
-  void createAuxiliaryPoint(const FeaturePtr& theEllipseFeature,
-                            const std::string& theEllipsePoint);
-  void createAuxiliaryAxis(const FeaturePtr& theEllipseFeature,
-                           const std::string& theStartPoint,
-                           const std::string& theEndPoint);
-
-  void createInternalConstraint(const AttributePtr& thePoint1, const AttributePtr& thePoint2);
-
 private:
   std::shared_ptr<GeomAPI_Pnt2d> myCenter;
   std::shared_ptr<GeomAPI_Pnt2d> myFocus;