0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / Geom / Geom_BezierSurface.hxx
index 0519edf..ac78de5 100644 (file)
@@ -583,6 +583,9 @@ public:
   //! Creates a new object which is a copy of this Bezier surface.
   Standard_EXPORT Handle(Geom_Geometry) Copy() const Standard_OVERRIDE;
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT virtual void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const Standard_OVERRIDE;
+