From 8febd640e20590e6935d5b331e33e0ebfdf7b5f4 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 24 Apr 2015 18:25:52 +0300 Subject: [PATCH] IPAL52714: Wrong creation information of Thickness GEOM object --- src/GEOMImpl/GEOMImpl_OffsetDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_OffsetDriver.cxx b/src/GEOMImpl/GEOMImpl_OffsetDriver.cxx index da393a67e..112966a3f 100644 --- a/src/GEOMImpl/GEOMImpl_OffsetDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_OffsetDriver.cxx @@ -210,7 +210,7 @@ GetCreationInformation(std::string& theOperationName, break; case OFFSET_THICKENING: case OFFSET_THICKENING_COPY: - theOperationName = "MakeThickening"; + theOperationName = "THICKNESS"; AddParam( theParams, "Object", aCI.GetShape() ); AddParam( theParams, "Offset", aCI.GetParam() ? -aCI.GetValue() : aCI.GetValue() ); { -- 2.39.2