]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Tools.h
Salome HOME
Revert "Merge branch 'Pre_2.8.0_development'"
[modules/shaper.git] / src / PartSet / PartSet_Tools.h
index b7c0a22c921efec6e030b73f6af513d872cd62cb..69b9838d4ff2a3fa6108534ad91531fa44098832 100755 (executable)
@@ -31,7 +31,6 @@
 #include <ModelAPI_CompositeFeature.h>
 #include <ModelAPI_Object.h>
 #include <ModelAPI_Attribute.h>
-#include <ModelAPI_AttributeSelection.h>
 
 #include <Events_Message.h>
 
@@ -280,13 +279,6 @@ public:
    * \return boolean result
    */
   static bool isAuxiliarySketchEntity(const ObjectPtr& theObject);
-
-  static ResultPtr createFixedByExternalCenter(const ObjectPtr& theObject,
-                                               const std::shared_ptr<GeomAPI_Edge>& theEdge,
-                                               ModelAPI_AttributeSelection::CenterType theType,
-                                               const CompositeFeaturePtr& theSketch,
-                                               bool theTemporary = false);
-
 };
 
 #endif