0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / gp / gp_Pln.hxx
index 2432fef..5ac20a3 100644 (file)
@@ -241,6 +241,9 @@ public:
     Standard_NODISCARD gp_Pln Translated (const gp_Pnt& P1, const gp_Pnt& P2) const;
 
 
+  //! Dumps the content of me into the stream
+  Standard_EXPORT void DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth = -1) const;
+
 
 
 protected: