]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/SketchPlugin_Arc.h
Salome HOME
Optimization of circle and arc creation
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Arc.h
index 37d1d8ff63a9bd62f22352da08949a847ab8d03a..0fd638d933bdf881fa5ac5ca9fd45c07802a070f 100644 (file)
@@ -124,14 +124,9 @@ private:
   /// Returns true if all obligatory attributes are initialized
   bool isFeatureValid();
 
-  /// Update attributes like passed point, radius and angle of the arc
-  void updateDependentAttributes();
-
   /// Compose constraints to build tangency arc
   void tangencyArcConstraints();
 
-  /// Project end point of arc to the circle
-  void projectEndPoint();
 };
 
 #endif