Salome HOME
Useful methods for sketch operations managements
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Point.cpp
index fa77d2494eb1366507d2ab213a35342f81da56cb..1d9601a8383694fca1691fb8bdd228a2e6b16dbc 100644 (file)
@@ -5,15 +5,10 @@
 #include "SketchPlugin_Point.h"
 #include "SketchPlugin_Sketch.h"
 #include <ModelAPI_Data.h>
-////#include <GeomAPI_Pnt.h>
-////#include <GeomAlgoAPI_EdgeBuilder.h>
 #include <GeomDataAPI_Point2D.h>
 
 using namespace std;
 
-////// face of the square-face displayed for selection of general plane
-////const double PLANE_SIZE = 200;
-
 SketchPlugin_Point::SketchPlugin_Point()
 {
 }