Salome HOME
Extrusion fix
[modules/shaper.git] / src / ModelAPI / ModelAPI_CompositeFeature.cpp
index 5cad229fab9d0ca6f8603f9a1bb6aac653917185..7913a8bde50d9e534dc7fd0ff19c982d782288be 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
-// File:        ModelAPI_CompositeFeature.h
+// File:        ModelAPI_CompositeFeature.cpp
 // Created:     20 Oct 2014
 // Author:      Mikhail PONIKAROV
 
@@ -10,3 +10,9 @@ ModelAPI_CompositeFeature::~ModelAPI_CompositeFeature()
 {
 
 }
+
+void ModelAPI_CompositeFeature::exchangeIDs(
+  std::shared_ptr<ModelAPI_Feature> theFeature1, std::shared_ptr<ModelAPI_Feature> theFeature2)
+{
+  // by default nothing is in the implementation
+}