Salome HOME
Issue #1724: Let use Middle constraint when a one line or point is selected
[modules/shaper.git] / src / BuildAPI / BuildAPI_Shell.h
index 3b7fbef193f275e33dcea9952c41d1242d0f2225..0e6338842a62b0f60c26c185f1b08468e5547467 100644 (file)
@@ -41,6 +41,10 @@ public:
   /// Modify base attribute of the feature.
   BUILDAPI_EXPORT
   void setBase(const std::list<ModelHighAPI_Selection>& theBaseObjects);
+
+  /// Dump wrapped feature
+  BUILDAPI_EXPORT
+  virtual void dump(ModelHighAPI_Dumper& theDumper) const;
 };
 
 /// Pointer on Shell object.