]> OCCT Git - occt-copy.git/commitdiff
0030791: Visualization - possibility to display materials by different hatching style...
authornds <nds@opencascade.com>
Thu, 13 Feb 2020 03:26:28 +0000 (06:26 +0300)
committernds <nds@opencascade.com>
Thu, 13 Feb 2020 03:26:28 +0000 (06:26 +0300)
#compilation correction

src/Graphic3d/Graphic3d_ClipPlane.cxx

index 2913dc3df015a9df684bc3d5b60634093f38ab36..670ed6780956a478748de54107c222eba3c9b3f6 100755 (executable)
@@ -285,11 +285,11 @@ void Graphic3d_ClipPlane::DumpJson (Standard_OStream& theOStream, Standard_Integ
 
   OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, this)
 
-  OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, myAspect.get())
+  OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, mySectionStyle.get())
   OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, myNextInChain.get())
   OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, myPrevInChain)
 
-  OCCT_DUMP_FIELD_VALUE_STRING (theOStream, myId)
+  OCCT_DUMP_FIELD_VALUE_STRING (theOStream, myEntityUID)
 
   OCCT_DUMP_FIELD_VALUES_DUMPED (theOStream, theDepth, &myPlane)