]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchAPI/SketchAPI_Sketch.h
Salome HOME
Revert "Merge branch 'Pre_2.8.0_development'"
[modules/shaper.git] / src / SketchAPI / SketchAPI_Sketch.h
index f178514441a2c97ea09592e7098bd7b0d329c067..b62e9c3af6edb2d679861497bac4d0baf31e2a1d 100644 (file)
@@ -333,20 +333,6 @@ public:
       const ModelHighAPI_RefAttr & thePointOrLine,
       const ModelHighAPI_Double & theValue);
 
-  /// Set horizontal distance
-  SKETCHAPI_EXPORT
-  std::shared_ptr<ModelHighAPI_Interface> setHorizontalDistance(
-      const ModelHighAPI_RefAttr & thePoint1,
-      const ModelHighAPI_RefAttr & thePoint2,
-      const ModelHighAPI_Double & theValue);
-
-  /// Set vertical distance
-  SKETCHAPI_EXPORT
-  std::shared_ptr<ModelHighAPI_Interface> setVerticalDistance(
-      const ModelHighAPI_RefAttr & thePoint1,
-      const ModelHighAPI_RefAttr & thePoint2,
-      const ModelHighAPI_Double & theValue);
-
   /// Set equal
   SKETCHAPI_EXPORT
   std::shared_ptr<ModelHighAPI_Interface> setEqual(
@@ -421,16 +407,6 @@ public:
       const std::shared_ptr<ModelHighAPI_Interface> & theConstraint,
       const ModelHighAPI_Double & theValue);
 
-  /// Move point or sketch feature
-  SKETCHAPI_EXPORT
-  void move(const ModelHighAPI_RefAttr& theMovedEntity,
-            const std::shared_ptr<GeomAPI_Pnt2d>& theTargetPoint);
-
-  /// Move point or sketch feature
-  SKETCHAPI_EXPORT
-  void move(const ModelHighAPI_RefAttr& theMovedEntity,
-            double theTargetX, double theTargetY);
-
   SKETCHAPI_EXPORT
   std::shared_ptr<GeomAPI_Pnt2d> to2D(const std::shared_ptr<GeomAPI_Pnt>& thePoint);