Salome HOME
Issue #1724: Let use Middle constraint when a one line or point is selected
[modules/shaper.git] / src / BuildAPI / BuildAPI_SubShapes.h
index b8108f5bf730bd0b4b556d482c974bea9b78b816..492df6fdc4ed4ab4521e590b6b271b7fc27b6ee2 100644 (file)
@@ -47,6 +47,10 @@ public:
   /// Modify sub-shapes attribute of the feature.
   BUILDAPI_EXPORT
   void setSubShapes(const std::list<ModelHighAPI_Selection>& theSubShapes);
+
+  /// Dump wrapped feature
+  BUILDAPI_EXPORT
+  virtual void dump(ModelHighAPI_Dumper& theDumper) const;
 };
 
 /// Pointer on SubShapes object.