]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildAPI/BuildAPI_Vertex.h
Salome HOME
Dump Python in the High Level Parameterized Geometry API (issue #1648)
[modules/shaper.git] / src / BuildAPI / BuildAPI_Vertex.h
index a01ea4c14284f95096a703b3655f696f263fb923..d4dc4b8c58fdce40458a5016e5e19dadcd9f6c97 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 Vertex object.