mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 03:34:18 +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;
|
break;
|
||||||
case OFFSET_THICKENING:
|
case OFFSET_THICKENING:
|
||||||
case OFFSET_THICKENING_COPY:
|
case OFFSET_THICKENING_COPY:
|
||||||
theOperationName = "MakeThickening";
|
theOperationName = "THICKNESS";
|
||||||
AddParam( theParams, "Object", aCI.GetShape() );
|
AddParam( theParams, "Object", aCI.GetShape() );
|
||||||
AddParam( theParams, "Offset", aCI.GetParam() ? -aCI.GetValue() : aCI.GetValue() );
|
AddParam( theParams, "Offset", aCI.GetParam() ? -aCI.GetValue() : aCI.GetValue() );
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user