0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / Geom / Geom_BezierCurve.hxx
index 38cf013..6d2c8c1 100644 (file)
@@ -333,6 +333,9 @@ public:
   //! Creates a new object which is a copy of this Bezier curve.
   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;
+