Salome HOME
Issue #353 constraint on 2 segments from not acive sketches
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_MakeShape.cpp
index 402457c954219dc5ef543e768c7eb580f380ad96..4682f1fb0c760213ab57f52b24533b17ac25abe7 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        GeomAlgoAPI_MakeShape.cpp
 // Created:     20 Oct 2014
 // Author:      Sergey ZARITCHNY
@@ -25,7 +27,6 @@ const std::shared_ptr<GeomAPI_Shape> GeomAlgoAPI_MakeShape::shape() const
   return myShape;
 }
 
-/// Returns the  list   of shapes generated   from the shape <theShape>
 void GeomAlgoAPI_MakeShape::generated(
   const std::shared_ptr<GeomAPI_Shape> theShape, ListOfShape& theHistory)
 {
@@ -41,7 +42,6 @@ void GeomAlgoAPI_MakeShape::generated(
   }
 }
 
-/// Returns the  list   of shapes modified   from the shape <theShape>
 void GeomAlgoAPI_MakeShape::modified(
   const std::shared_ptr<GeomAPI_Shape> theShape, ListOfShape& theHistory)
 {
@@ -57,7 +57,6 @@ void GeomAlgoAPI_MakeShape::modified(
   }
 }
 
-/// Returns whether the shape is an edge
 bool GeomAlgoAPI_MakeShape::isDeleted(const std::shared_ptr<GeomAPI_Shape> theShape)
 {
   bool isDeleted(false);