From: nds Date: Thu, 13 Feb 2020 03:26:28 +0000 (+0300) Subject: 0030791: Visualization - possibility to display materials by different hatching style... X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=11a29ff09d56d45f501c920fa4dabf7871cd14d1;p=occt-copy.git 0030791: Visualization - possibility to display materials by different hatching style for clipping #compilation correction --- diff --git a/src/Graphic3d/Graphic3d_ClipPlane.cxx b/src/Graphic3d/Graphic3d_ClipPlane.cxx index 2913dc3df0..670ed67809 100755 --- a/src/Graphic3d/Graphic3d_ClipPlane.cxx +++ b/src/Graphic3d/Graphic3d_ClipPlane.cxx @@ -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)