From: eap Date: Fri, 24 Apr 2015 15:25:52 +0000 (+0300) Subject: IPAL52714: Wrong creation information of Thickness GEOM object X-Git-Tag: V7_6_0rc1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8febd640e20590e6935d5b331e33e0ebfdf7b5f4;p=modules%2Fgeom.git IPAL52714: Wrong creation information of Thickness GEOM object --- 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() ); {