From 11a29ff09d56d45f501c920fa4dabf7871cd14d1 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 13 Feb 2020 06:26:28 +0300 Subject: [PATCH] 0030791: Visualization - possibility to display materials by different hatching style for clipping #compilation correction --- src/Graphic3d/Graphic3d_ClipPlane.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5