IPAL52714: Wrong creation information of Thickness GEOM object

This commit is contained in:
eap 2015-04-24 18:25:52 +03:00
parent 354aaa03b1
commit 8febd640e2

View 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() );
{