mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
IPAL52714: Wrong creation information of Thickness GEOM object
This commit is contained in:
parent
354aaa03b1
commit
8febd640e2
@ -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() );
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user