Salome HOME
Issue #1854 Recover feature control update
[modules/shaper.git] / src / PartSetAPI / PartSetAPI_Part.h
index b65fce9b9053aeae6fde879f03744bc59e4b45aa..ccdcfdb5a2fce2f6773dc577c6f7315f8d4fd0d1 100644 (file)
@@ -1,5 +1,6 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 // Name   : PartSetAPI_Part.h
-// Purpose: 
+// Purpose:
 //
 // History:
 // 16/06/16 - Sergey POKHODENKO - Creation of the file
@@ -36,6 +37,10 @@ public:
   /// Return document
   PARTSETAPI_EXPORT
   std::shared_ptr<ModelAPI_Document> document() const;
+
+  /// Dump wrapped feature
+  PARTSETAPI_EXPORT
+  virtual void dump(ModelHighAPI_Dumper& theDumper) const;
 };
 
 //! Pointer on Part object