0031313: Foundation Classes - Dump improvement for classes
[occt.git] / src / Geom / Geom_SurfaceOfRevolution.cxx
index d1b86e4..8a64316 100644 (file)
@@ -457,3 +457,14 @@ gp_GTrsf2d Geom_SurfaceOfRevolution::ParametricTransformation
   return T2;
 }
 
+//=======================================================================
+//function : DumpJson
+//purpose  : 
+//=======================================================================
+void Geom_SurfaceOfRevolution::DumpJson (Standard_OStream& theOStream, Standard_Integer theDepth) const
+{
+  OCCT_DUMP_TRANSIENT_CLASS_BEGIN (theOStream)
+  OCCT_DUMP_BASE_CLASS (theOStream, theDepth, Geom_SweptSurface)
+
+  OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &loc)
+}