Salome HOME
Changes due to file deletion
authorazv <azv@opencascade.com>
Tue, 13 May 2014 06:11:19 +0000 (10:11 +0400)
committerazv <azv@opencascade.com>
Tue, 13 May 2014 06:11:19 +0000 (10:11 +0400)
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Constraint.cpp [deleted file]
src/SketchPlugin/plugin-Sketch.xml

index 88638a26d7afe956a48fd54e9bb82f9f05019cae..33cce53922f8d32f5c3d446f130c48f5cd3133de 100644 (file)
@@ -17,7 +17,6 @@ SET(PROJECT_SOURCES
     SketchPlugin_Sketch.cpp
     SketchPlugin_Line.cpp
     SketchPlugin_Point.cpp
-    SketchPlugin_Constraint.cpp
     SketchPlugin_ConstraintPointsCoincident.cpp
 )
 
diff --git a/src/SketchPlugin/SketchPlugin_Constraint.cpp b/src/SketchPlugin/SketchPlugin_Constraint.cpp
deleted file mode 100644 (file)
index 6d30aa0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// File:    SketchPlugin_Constraint.cpp
-// Created: 08 May 2014
-// Author:  Artem ZHIDKOV
-
-#include "SketchPlugin_Constraint.h"
-
index 8730c2ef83336e3a2e87b011f8b0e02bdcc2003d..f90c4e124abdb215309fc8158f486db6f17cebb1 100644 (file)
@@ -10,6 +10,7 @@
         <point_selector id="StartPoint" title="Start point" tooltip="Start point of the line"/>
         <point_selector id="EndPoint" title="End point" tooltip="End point of the line"/>
       </feature>
+      <feature id="SketchConstraintPointsCoincident" text="Points coincidence" tooltip="Create constraint for the coincidence of two points" icon="" />
     </group>
   </workbench>
 </plugin>