Salome HOME
IPAL52714: Wrong creation information of Thickness GEOM object
authoreap <eap@opencascade.com>
Fri, 24 Apr 2015 15:25:52 +0000 (18:25 +0300)
committereap <eap@opencascade.com>
Fri, 24 Apr 2015 15:25:52 +0000 (18:25 +0300)
src/GEOMImpl/GEOMImpl_OffsetDriver.cxx

index da393a67edf988bda4bff539398ff33a0b79f6ac..112966a3f276b1f5547febd55111bccb3bf11e86 100644 (file)
@@ -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() );
     {