diff --git a/modules/workbenches/modeler/features/shell/shell.operation.ts b/modules/workbenches/modeler/features/shell/shell.operation.ts index e7d4838f..02096e3a 100644 --- a/modules/workbenches/modeler/features/shell/shell.operation.ts +++ b/modules/workbenches/modeler/features/shell/shell.operation.ts @@ -47,7 +47,7 @@ export const ShellOperation: OperationDescriptor = { console.log(shellToOpperateOn); var bodyToPerformShellOpperationOn = shellToOpperateOn[0].shell; - oci.offsetshape(newShellName, bodyToPerformShellOpperationOn, -params.thickness, "1.e-3", ...shellToOpperateOn) + oci.offsetcompshape(newShellName, bodyToPerformShellOpperationOn, -params.thickness, "1.e-3", ...shellToOpperateOn) returnObject.created.push(occ.io.getShell(newShellName)); });