diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/ZlibTest.java b/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/ZlibTest.java index 18a14f557..6f17088de 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/ZlibTest.java +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/ZlibTest.java @@ -23,6 +23,7 @@ import org.springframework.web.client.RestTemplate; import java.io.*; import java.net.URI; import java.sql.PreparedStatement; +import java.time.LocalDateTime; import java.util.*; import java.util.zip.Inflater; @@ -44,14 +45,22 @@ public class ZlibTest { } @Test - void get() throws UnsupportedEncodingException { - /*String source = "xxxxxxxxx"; - byte[] compress = ZLibUtils.compress(source.getBytes()); - System.out.println(compress.length);*/ - List list = jdbcTemplate.query("select * from order_box_block limit 10", new BeanPropertyRowMapper(Bean.class)); - for (Bean bean : list) { + void getOrderBoxBlock() throws UnsupportedEncodingException { + List list = jdbcTemplate.query("select * from order_box_block limit 10", new BeanPropertyRowMapper(OrderBoxBlock.class)); + for (OrderBoxBlock bean : list) { if (!Objects.isNull(bean.Data)) { - System.out.println(new String(ZLibUtils.decompress(new ByteArrayInputStream(Base64.getDecoder().decode(bean.Data))), "utf-8")); + System.out.println(new String(ZLibUtils.decompress(bean.Data))); + System.err.println("------------------------------------------"); + } + } + } + + @Test + void getOrderBlockPlanResult() throws UnsupportedEncodingException { + List list = jdbcTemplate.query("select * from order_block_plan_result limit 1", new BeanPropertyRowMapper(OrderBlockPlanResult.class)); + for (OrderBlockPlanResult bean : list) { + if (!Objects.isNull(bean.PlaceData)) { + System.out.println(new String(ZLibUtils.decompress(bean.PlaceData))); System.err.println("------------------------------------------"); } } @@ -104,7 +113,7 @@ public class ZlibTest { @Data - public static class Bean { + public static class OrderBoxBlock { long BoxID; long ShardKey; long OrderNo; @@ -112,6 +121,14 @@ public class ZlibTest { long CompanyID; } + @Data + public static class OrderBlockPlanResult { + long ID; + LocalDateTime SaveTime; + byte[] PlaceData; + long CompanyID; + } + @Test void getRes() throws IOException { //创建url路径 diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/order_block_plan_result.json b/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/order_block_plan_result.json new file mode 100644 index 000000000..7d894303d --- /dev/null +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/test/java/com/cf/imes/module/executor/service/zlib/order_block_plan_result.json @@ -0,0 +1,3637 @@ +{ + "OrgData": { + "AreaID": 3755, + "AreaName": "开料机台", + "PlanOrder": { + "ID": 131360, + "WorkAreaID": 3755, + "PlanCode": "O20220701022805", + "CreateTime": "2022-07-27T09:57:25", + "CreatorID": 79, + "State": 0, + "PlanTime": "2022-07-27T09:57:25", + "CompanyID": 818, + "Remark": "", + "IsSelected": true + }, + "MetrialList": [ + { + "OrderNo": "O20220701022805", + "GoodsID": 997, + "GoodsName": "测试", + "Specification": "11", + "Metrial": "188", + "Color": "腾拓9-50#", + "Brank": "11", + "Width": 3000, + "Length": 4000, + "Thickness": 18, + "Border": 3, + "CutDia": 8, + "CutGap": 1, + "IsSorted": true, + "BoardCount": 1, + "MinBoardID": 1, + "MaxBoardID": 1, + "AvgLyr_All": 7.288800000000001, + "AvgLyr_NoLastOne": 7.288800000000001, + "Lyr_LastOne": 7.288800000000001, + "CompanyID": 0, + "UsedBoardMessage": [ + { + "Bi": 1, + "W": 3000, + "L": 4000, + "Si": 0, + "So": "", + "No": "", + "LK": false, + "scrapPts": null, + "scrapBlocks": [] + } + ], + "BlockPlaceMessage": [ + { + "Bi": 1, + "Bo": "220708337474", + "X": 2010, + "Y": 3, + "Pi": 2, + "Ps": 0, + "Ci": 3, + "Ca": 0, + "CP": 0, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337475", + "X": 3, + "Y": 3, + "Pi": 1, + "Ps": 7, + "Ci": 9, + "Ca": 0, + "CP": 1, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337476", + "X": 610, + "Y": 1217, + "Pi": 5, + "Ps": 1, + "Ci": 5, + "Ca": 0, + "CP": 2, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337477", + "X": 1781, + "Y": 2010, + "Pi": 8, + "Ps": 7, + "Ci": 1, + "Ca": 0, + "CP": 3, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337478", + "X": 610, + "Y": 2431, + "Pi": 9, + "Ps": 0, + "Ci": 2, + "Ca": 0, + "CP": 2, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337479", + "X": 3, + "Y": 610, + "Pi": 3, + "Ps": 4, + "Ci": 8, + "Ca": 0, + "CP": 0, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337480", + "X": 3, + "Y": 1781, + "Pi": 6, + "Ps": 0, + "Ci": 6, + "Ca": 0, + "CP": 1, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337481", + "X": 610, + "Y": 610, + "Pi": 4, + "Ps": 7, + "Ci": 7, + "Ca": 0, + "CP": 3, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337482", + "X": 610, + "Y": 1824, + "Pi": 7, + "Ps": 1, + "Ci": 4, + "Ca": 0, + "CP": 2, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + } + ], + "State": 0, + "HasWave": false, + "OrgWidth": 3000, + "OrgLength": 4000, + "BoardCount_Remain": 0, + "RemainBoardMessage": "[]", + "ScrapBoardList": [] + } + ], + "OrderList": [ + { + "CustomerID": 8014, + "CustomerName": "典佳的店铺", + "CustomerPhone": "15396058598", + "SaleDate": "2022-07-01T10:34:28", + "SalePersonNo": 79, + "Consignee": "1", + "ConsigneePhone": "11111111111", + "ConsigneeAddress": "1", + "OrderState": 4, + "OrderMoney": 140.16, + "Remark": "", + "CustomOrderNo": "", + "DeliveryDate": "2022-07-21T00:00:00", + "PushConfig": false, + "OfferListStr": null, + "CancelState": 0, + "ItemList": null, + "GoodsList": null, + "OfferList": null, + "TotalOrderOfferList": null, + "BlockList": null, + "DataBlockList": null, + "ObjectList": null, + "DataObjectList": null, + "GoodsInfoList": null, + "OrderProcessList": null, + "EditFun": { + "customer": 1 + }, + "SalePerson": "dj", + "OrderNo": 20220701022805, + "CreateTime": "2022-07-01T10:34:28", + "CompanyID": 818, + "SchduleDeliveryDate": "0001-01-01T00:00:00", + "OrderType": 2, + "OrderSort": 0, + "CadDataType": 0, + "Deleted": false, + "ProcessState": null + } + ], + "ConfigList": [ + { + "Type": 1, + "Setting": { + "UseWorkPanelSize": false, + "BoardWidth": 4008, + "BoardLength": 4008, + "BoardSizeList": [ + { + "width": 3800, + "length": 3800, + "name": "未命名", + "isDefault": true + }, + { + "width": 122, + "length": 244, + "name": "未命名", + "isDefault": false + } + ], + "BoardBorder": 3, + "BoardBorder_B": 3, + "CutBorderOff1": 0, + "CutBorderOff2": 0, + "KnifeDia": 6, + "CutGap": 1, + "OriginPointPosition": 0, + "WidthSideAxis": 0, + "LengthSideAxis": 2, + "LocatorPosition": 0, + "UseLocator4Place": false, + "OffsetX_Board1": 0, + "OffsetY_Board1": 0, + "LocatorPosition_Block": 0, + "OffsetX_Block": 0, + "OffsetY_Block": 0, + "scrapBlockSquare": 200, + "srcapBlockWidthMin": 100, + "scrapBlockWidthMax": 600, + "FreeHeight": 40, + "FreeLocationX": 0, + "FreeLocationY": 2440, + "FreeSpeed": 15000, + "WorkStartHeight": 0, + "WorkStartSpeed": 3000, + "WorkStartDistance": 25, + "WorkPreDistance": 5, + "WorkSpeed": 10000, + "WorkCornerSpeed": 3000, + "WorkEndSpeed": 3000, + "WorkEndDistace": 35, + "sameBorderHighSpeed": 0, + "innerCornerDistence": 0, + "innerCornerSpeed": 3000, + "HoleFreeSpeed": 5000, + "HoleFirstDepth": 0, + "HoleFirstSpeed": 800, + "HoleSpeed": 1200, + "ModelSpeed": 8000, + "AllowDoubleHoleFirstSort": true, + "ShowDoubleHoleFirst4Place": false, + "AutoSortingMinWidth": 200, + "FirstCutBorderInFaceB": true, + "TongHoleOnlyOneTime": false, + "TongHoleUseTwoTime": false, + "AllowDoubleSplit": true, + "SplitDepth": 18, + "LimitDouleSplit": false, + "DoubleSplitWidth": 100, + "DoubleSplitLength": 100, + "SplitBlockSeqIds": "", + "UseSecondKnifeBlockWidth": 0, + "UseSecondKnifeBlockLength": 0, + "UseDianZiJuMethod": false, + "DisposeCutBlock": false, + "ThroughModelSkewCutLength": 0, + "UseNewKnifeModule": true, + "KnifeIDForHole": 1, + "Knifes4Hole": "1,", + "ModelKnifeGroup": [], + "KnifeList": [ + { + "KnifeID": 1, + "KnifeName": "T1", + "AxleID": 0, + "AllowCut": true, + "AllowHole": false, + "AllowModel": true, + "AllowPrevRun": false, + "Diameter": 8, + "Diameter2": 0, + "Length": 40, + "GroupType": "", + "OffsetX": 0, + "OffsetY": 0, + "OffsetZ": 0, + "VKnifAngle": 0, + "Speed": 0, + "PushDepthIncres": "", + "RunCode": "", + "SwitchCode": "G80nT0nM15nG79 Z0nM06 T1nM03 S18000nM53nM49n;h1", + "StopCode": "", + "IsAdvanceHole": false, + "RePlaceKnifeID": 0, + "AdvanceHoleCode": "", + "AdvanceHolePoints": [], + "IsAdvanceHoleGroup": false, + "IsOutBlockDown": false + }, + { + "KnifeID": 2, + "KnifeName": "T2", + "AxleID": 0, + "AllowCut": true, + "AllowHole": false, + "AllowModel": true, + "AllowPrevRun": false, + "Diameter": 4, + "Diameter2": 0, + "Length": 40, + "GroupType": "", + "OffsetX": 0, + "OffsetY": 0, + "OffsetZ": 0, + "VKnifAngle": 0, + "Speed": 0, + "PushDepthIncres": "", + "RunCode": "", + "SwitchCode": "G80nT0nM15nG79 Z0nM06 T2nM03 S18000nM53nM49n;h2", + "StopCode": "", + "IsAdvanceHole": false, + "RePlaceKnifeID": 0, + "AdvanceHoleCode": "", + "AdvanceHolePoints": [], + "IsAdvanceHoleGroup": false, + "IsOutBlockDown": false + }, + { + "KnifeID": 3, + "KnifeName": "T3", + "AxleID": 0, + "AllowCut": true, + "AllowHole": false, + "AllowModel": true, + "AllowPrevRun": false, + "Diameter": 6, + "Diameter2": 0, + "Length": 40, + "GroupType": "", + "OffsetX": 0, + "OffsetY": 0, + "OffsetZ": 0, + "VKnifAngle": 0, + "Speed": 0, + "PushDepthIncres": "", + "RunCode": "", + "SwitchCode": "G80nT0nM15nG79 Z0nM06 T3nM03 S18000nM53nM49n;h3", + "StopCode": "", + "IsAdvanceHole": false, + "RePlaceKnifeID": 0, + "AdvanceHoleCode": "", + "AdvanceHolePoints": [], + "IsAdvanceHoleGroup": false, + "IsOutBlockDown": false + }, + { + "KnifeID": 4, + "KnifeName": "T4", + "AxleID": 0, + "AllowCut": true, + "AllowHole": false, + "AllowModel": true, + "AllowPrevRun": false, + "Diameter": 8, + "Diameter2": 0, + "Length": 40, + "GroupType": "", + "OffsetX": 0, + "OffsetY": 0, + "OffsetZ": 0, + "VKnifAngle": 0, + "Speed": 0, + "PushDepthIncres": "", + "RunCode": "", + "SwitchCode": "G80nT0nM15nG79 Z0nM06 T4nM03 S18000nM53nM49n;h4", + "StopCode": "", + "IsAdvanceHole": false, + "RePlaceKnifeID": 0, + "AdvanceHoleCode": "", + "AdvanceHolePoints": [], + "IsAdvanceHoleGroup": false, + "IsOutBlockDown": false + } + ], + "UseHelpCutKnife": false, + "HelpCutKnifeNo": 0, + "HelpCutKnifeDepth": 2, + "HelpCutKnifeWaitingCode": "", + "ExportOrderPathName": "{0}_{1}_{2}", + "ExportBoardPathName": "{0}_{2}_{3}", + "BoardFileA": "{0,#3}_Z.nc", + "BoardFileB": "{0,#3}_F.nc", + "BlockFile": "{0}.nc", + "NcFileHead": "@@function@@nlet pm =obj.thePlaceMetrial; nlet lines = [];nlet filename = `${ (1000 + obj.theBoardID).toFixed(0).substring(1)}_${obj.IsBackFace ?'F':'Z'}`;nlines.push( `;材料名称:${pm.Thickness}mm-${pm.Color}-${pm.Metral} 尺寸:${pm.Width}*${pm.Length}*${pm.Thickness}`);nlines.push( `;程序名:(${filename}-${pm.GoodsName})`);nlines.push( `;板材尺寸:${pm.Width}*${pm.Length}*${pm.Thickness}`);nlines.push( `;BCHD=${pm.Thickness}`);nlines.push( `;M405`);nlines.push( `#@PS=1`);nlines.push( `#@PE=1`);nlines.push( `G90`);nlines.push( `G40`);nlines.push( `G80`);nlines.push( `G79 Z0`);nlines.push( `T0`);nlines.push( `M52`);nlines.push( `(UAO,1)`);nreturn lines.join('rn');", + "NcFileEnd": ";t&nM05nM52nG79 Z0nM405n#@PS=0n#@PE=0nM02n", + "NcFileHead_B": "@@function@@nlet pm =obj.thePlaceMetrial; nlet lines = [];nlet filename = `${ (1000 + obj.theBoardID).toFixed(0).substring(1)}_${obj.IsBackFace ?'F':'Z'}`;nlines.push( `;材料名称:${pm.Thickness}mm-${pm.Color}-${pm.Metral} 尺寸:${pm.Width}*${pm.Length}*${pm.Thickness}`);nlines.push( `;程序名:(${filename}-${pm.GoodsName})`);nlines.push( `;板材尺寸:${pm.Width}*${pm.Length}*${pm.Thickness}`);nlines.push( `;BCHD=${pm.Thickness}`);nlines.push( `;M405`);nlines.push( `#@PS=1`);nlines.push( `#@PE=1`);nlines.push( `G90`);nlines.push( `G40`);nlines.push( `G80`);nlines.push( `G79 Z0`);nlines.push( `T0`);nlines.push( `M52`);nlines.push( `(UAO,1)`);nreturn lines.join('rn');", + "NcFileEnd_B": ";t&nM05nM52nG79 Z0nM405n#@PS=0n#@PE=0nM02n", + "NcFileHead_Block": "@@function@@nlet pm =obj.thePlaceMetrial; nlet lines = [];nlet filename = `${ (1000 + obj.theBoardID).toFixed(0).substring(1)}_${obj.IsBackFace ?'F':'Z'}`;nlines.push( `;材料名称:${pm.Thickness}mm-${pm.Color}-${pm.Metral} 尺寸:${pm.Width}*${pm.Length}*${pm.Thickness}`);nlines.push( `;程序名:(${filename}-${pm.GoodsName})`);nlines.push( `;板材尺寸:${pm.Width}*${pm.Length}*${pm.Thickness}`);nlines.push( `;BCHD=${pm.Thickness}`);nlines.push( `;M405`);nlines.push( `#@PS=1`);nlines.push( `#@PE=1`);nlines.push( `G90`);nlines.push( `G40`);nlines.push( `G80`);nlines.push( `G79 Z0`);nlines.push( `T0`);nlines.push( `M52`);nlines.push( `(UAO,1)`);nreturn lines.join('rn');", + "NcFileEnd_Block": ";t&nM05nM52nG79 Z0nM405n#@PS=0n#@PE=0nM02n", + "RegularBlockFilletCurve": false, + "UnregularBlockFilletCurve": true, + "DealCircleWithIJ": false, + "IsTurnOverG2G3": false, + "ArcLineMaxLength": 0, + "AllowNCComments": false, + "AllowAddGcodeEndChar": false, + "GcodeEndChar": "", + "NcFileIsGB2312": true, + "AllowExportNC_BackFace": true, + "OneBoardFile": false, + "AllowExportNC_block": false, + "AllowExportDataFile": true, + "AllowExportBoardDxf": false, + "isNcSimpleXYZ": false, + "showTwoWorkSpace": false, + "showChooseCutKnife": true, + "showPriorFacing": true, + "showAutoLoadBoard": false, + "showHoleGroup": false, + "showAutoNotePrinter": false, + "showCustomBlockNo": false, + "showMachine": false, + "AllowDoubleWorkSpace": false, + "SameOriginPointPosition": false, + "OffsetX_WorkNum2": 0, + "OffsetY_WorkNum2": 2600, + "OriginPointPosition2": 0, + "WidthSideAxis2": 0, + "LengthSideAxis2": 2, + "LocatorPosition2": 0, + "OffsetX_Board2": 0, + "OffsetY_Board2": 0, + "AllowCombineNCWithDoubleWorkSpace": false, + "CombineNCFileName": "{5}mm_{0}_{1}_{2}_{3}-{4}.nc", + "IsOddNumInWorkSpace1": true, + "IsHoleBlockInSpace1": true, + "NcFileHead_WorkSpace2": "", + "NcFileEnd_WorkSpace2": "", + "NcFileHead_B_WorkSpace2": "", + "NcFileEnd_B_WorkSpace2": "", + "AllowChangeCutKnifeWithThickness": true, + "AllowChangeCutKnifeWidthID": true, + "BoardKnifeList": [ + { + "Thickness": 25, + "KnifeDia": 4 + } + ], + "IsPriorFacing_RoleNum": 5, + "DisPloseHoleRole": false, + "IsIgnore_HolingModeling": true, + "IsForceHoling_MultiSide_Minimum": false, + "IgnoreValue_MultiSide_Minimum": 10, + "IsForceHoling_SingleSide_Minimum": false, + "IgnoreValue_SingleSide_Minimum": 10, + "IsForceHoling_SingleSide_Maximum": false, + "IgnoreValue_SingleSide_Maximum": 2440, + "IsForceHoling_MultiSide_Maximun": false, + "IgnoreValue_MultiSide_Maximun": 1220, + "IsForceHoling_UnRegularBlock": false, + "IsForceHoling_HasModel": false, + "IsIgnore_Modeling": true, + "doModel_hasModel": false, + "doModel_UnRegular": false, + "doModel_twoSmall": false, + "doModel_twoSmall_Value": 10, + "doModel_oneSmall": false, + "doModel_oneSmall_Value": 10, + "doModel_twoBig": false, + "doModel_twoBig_Value": 1220, + "doModel_oneBig": false, + "doModel_oneBig_Value": 2440, + "AllowChangeIgnore": true, + "IsFoceModeling_hasModel": false, + "IsFoceModeling_SameHoling": false, + "IsFoceModeling_MultiLine": false, + "IsForceModeling_Arc": false, + "IsForceModeling_Through": false, + "IsPriorFacing_KaiLiaoMian": false, + "IsPriorFacing_Reverse": false, + "IsPriorFacing_SingleModel": true, + "IsPriorFacing_SingleModel_Front": true, + "IsPriorFacing_DoubleModel": true, + "IsPriorFacing_DoubleModel_Front": true, + "IsPriorFacing_SingleHole": true, + "IsPriorFacing_SingleHole_Front": true, + "IsPriorFacing_BigHole": true, + "IsPriorFacing_BigHole_Front": true, + "IsPriorFacing_DoubleHole": true, + "IsPriorFacing_DoubleHole_More": true, + "IsPriorFacing_CustomFunction": "", + "wr6_OverRun_WdthS": 50, + "wr6_OverRun_WdthE": 1220, + "wr6_OverRun_LengthS": 50, + "wr6_OverRun_LengthE": 2440, + "wr6_OverRun_hasThroghModel": false, + "wr6_OverRun_hasThroghModel_r": 30, + "wr6_OverRun_hasThroghModel_size": 30, + "wr6_OverRun_UnRegular": false, + "wr6_OverRun_MaxChamferR": 0, + "wr6_OverRun_MaxInnerLength": 0, + "wr6_unModel_all": true, + "wr6_unModel_isThrogh": true, + "wr6_unModel_isArc": false, + "wr6_unModel_hasMulLines": false, + "wr6_unModel_checkRadius": false, + "wr6_unModel_isRadius": "", + "wr6_unModel_checkName": false, + "wr6_unModel_isName": "", + "wr6_unModel_checkDepth": false, + "wr6_unModel_isDepth": "", + "wr6_unModel_isVKnifeModel": true, + "wr6_unModel_is3VModell": true, + "wr6_unModel_isLaChao": false, + "wr6_unModel_notLaChao": false, + "wr6_laChao_maxWidth": 50, + "wr6_lachao_minLength": 100, + "wr6_unHole_all": true, + "wr6_unHole_checkRadius": false, + "wr6_unHole_isRadius": "", + "wr6_unHole_checkType": false, + "wr6_unHole_isType": "", + "wr6_unHole_checkDepth": false, + "wr6_unHole_isDepth": "", + "wr6_unHole_isNoHoleKnife": false, + "wr6_dragUndo_m2m": false, + "wr6_dragUndo_m2m_2face": false, + "wr6_dragUndo_m2h": false, + "wr6_dragUndo_m2h_2face": false, + "wr6_dragUndo_h2m": false, + "wr6_dragUndo_h2m_2face": false, + "wr6_dragUndo_h2h": false, + "wr6_dragUndo_h2h_2face": false, + "wr6_cncDo_modelR": false, + "wr6_cncDo_modelR_str": "", + "wr6_cncDo_modelD": false, + "wr6_cncDo_modelD_str": "", + "wr6_cncDo_holeR": false, + "wr6_cncDo_holeR_str": "", + "wr6_cncDo_holeD": false, + "wr6_cncDo_holeD_str": "", + "wr6_doStyle_1Face": 0, + "wr6_doStyle_1Face_hole": true, + "wr6_doStyle_1Face_model": true, + "wr6_doStyle_1Face_face": false, + "wr6_doStyle_1Face_pbm": false, + "wr6_doStyle_2Face": 0, + "wr6_doStyle_2Face_hole": true, + "wr6_doStyle_2Face_model": true, + "wr6_doStyle_2Face_role": "df,cn,mm,bh,mh", + "wr6_turnFace_roleSeq": "df,mm,bh,mh", + "wr6_CustomFun_use": false, + "wr6_CustomFun_text": "let canCheckBlock = false;rnlet canCheckModel = false;rnlet canCheckHole = false;rnlet canDoWith = false;rnlet canSplit = false;rnlet canDoFace = false;rnfunction checkBlock(obj) { return false; }rnfunction checkModel(obj) { return false; }rnfunction checkHole(obj) { return false; }rnfunction doWith(obj) { return; }rnfunction split(obj) { return; }rnfunction doFace(obj) { return false; }rnreturn { canCheckBlock, canCheckModel, canCheckHole, canDoWith, canSplit, canDoFace, checkBlock, checkModel, checkHole, doWith, split, doFace };", + "IsLoadBoardBeforeFileHead": true, + "NcLoadBoard": "", + "NcFileHoleBegin": "", + "NcFileHoleEnd": "", + "HolingByKnifeDia": true, + "NoteAutoPrinter": false, + "NoteNcName": "print_{0}.nc", + "NotePicName": "标签/{0}_{1}.bmp", + "NotePicType": "jpg", + "NotePicBit": "24", + "NotePrintOnFaceA": true, + "NotePositionAvoidHole": true, + "NoteWidth": 60, + "NOteHeight": 40, + "NoteContent": "", + "NotePushInNcFile": false, + "NoteGB2312": false, + "NoteOtherExport": false, + "NoteOtherFun": "", + "AllowBlockNo_Note": false, + "BlockNo_Note": "return obj.BlockNo;", + "BoardName": "{0}_{1}_{2}_{3}", + "MinBlockWidth": 10, + "MinHoleRadius": 1, + "MinHoleDepth": 1, + "MinModelDepth": 0, + "MinModelRadius": 1, + "MaxBorderThickness": 10, + "Ignore2in1SideHole": false, + "Ignore2in1SideHoleGap": 0.01, + "canReloadPlaceInfo": false, + "MiniumSpaceSize": 5, + "NeatenSpaceGap": 0, + "ResetPositionWithLocator": false, + "NcNumberFixNumber": 3, + "NcFileRemoveEmptyLine": false, + "HoleWaitingCode": "", + "prevRunActionCount": 5, + "ShearBorderFaceA": false, + "AllowOppositeDealChuanHole": false, + "DelayDoCountBeforeChangeKnife": 0, + "DelayCodeBeforeChangeKnife": "G04 X2.0", + "UseBoardFaceZ": false, + "PushNcLineIDStr": { + "enable": false, + "beginLine": 0, + "endLine": 0, + "ignoreEmptyLine": false, + "format": "N[4]", + "lineID": 1 + }, + "ManagerPassword": "cftech123456789", + "Remark": "", + "YuLiaoBoardDo2FaceBlock": false, + "WebQueryPageSize": 1000, + "ExportRootPath": "C:", + "AllowSelectExportPath": false, + "AllowExportImage": false, + "ManualSortingCornerWidth": 2, + "dt_Knifes4Hole": 1657768785334 + }, + "MachineID": 3755 + }, + { + "Type": 2, + "Setting": { + "companyID": 0, + "noteName": "标签-宽60mm高40mm", + "width": 480, + "height": 312, + "objects": [ + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "材质", + "X": 10, + "Y": 50, + "Width": 300, + "Height": 30, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "188腾拓9-50#", + "DataExpression": "return obj.MetrialName+obj.Color;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": 30, + "FontWeight": 800, + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "柜名", + "X": 10, + "Y": 130, + "Width": 300, + "Height": 30, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "一楼洗手台立板", + "DataExpression": "return obj.BoxName+obj.BlockName+obj.Remark1+obj.Remark2+obj.Remark3+obj.Remark4+obj.Remark5;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": 30, + "FontWeight": 800, + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "地址", + "X": 198, + "Y": 7, + "Width": 350, + "Height": 30, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "1", + "DataExpression": "return obj.ConsigneeAddress;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": 30, + "FontWeight": 800, + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 6, + "ObjcectID": 0, + "ObjectName": "封边图", + "X": 20, + "Y": 210, + "Width": 140, + "Height": 80, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "ShowData": true, + "DataWidth": 15, + "DataFix": 1, + "DisplayFB": -1, + "FontSize": 18, + "FontWeight": 800, + "FontFamily": "黑体", + "ShowCncDict": true, + "CncDictType": 1, + "ShowSideHole": true, + "SideHoleFlag": "#" + }, + { + "Type": 5, + "ObjcectID": 0, + "ObjectName": "位置图", + "X": 200, + "Y": 195, + "Width": 250, + "Height": 100, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "LineHeight": 1, + "LineColor": "rgb(0,0,0)", + "FillColor": "rgb(0,0,0)", + "Angle": 0 + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "成品尺寸", + "X": 10, + "Y": 90, + "Width": 300, + "Height": 30, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "590*578*18", + "DataExpression": "return obj.CuttingLength + '*' +obj.CuttingWidth+'*'+obj.Thickness;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": 30, + "FontWeight": 800, + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "板编号", + "X": 10, + "Y": 170, + "Width": 200, + "Height": 25, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "220408120747", + "DataExpression": "return obj.BlockNo;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": 25, + "FontWeight": 800, + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "页码", + "X": 370, + "Y": 10, + "Width": 100, + "Height": 30, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "1-60", + "DataExpression": "return obj.BoardID + '-' + obj.CutSortID;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": 30, + "FontWeight": 800, + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "余料板编号", + "X": 330, + "Y": 70, + "Width": 100, + "Height": 100, + "Visible": true, + "IsScrapBlock": true, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "210600495474", + "DataExpression": "return obj.BlockNo;", + "DisplayType": 2, + "BarcodeType": "CODE39", + "FontSize": "40", + "FontWeight": "400", + "FontFamily": "宋体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "余料板尺寸", + "X": 30, + "Y": 13, + "Width": 300, + "Height": 40, + "Visible": true, + "IsScrapBlock": true, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "2178.1*1218.0", + "DataExpression": "return obj.Length.toFixed(1) + '*' + obj.Width.toFixed(1);", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": "40", + "FontWeight": "400", + "FontFamily": "宋体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "余料板颜色", + "X": 30, + "Y": 99, + "Width": 350, + "Height": 40, + "Visible": true, + "IsScrapBlock": true, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "多层板 世纪冰川", + "DataExpression": "return obj.MetrialName + ' ' + obj.Color ;", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": "40", + "FontWeight": "400", + "FontFamily": "宋体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 5, + "ObjcectID": 0, + "ObjectName": "余料板位置图", + "X": 30, + "Y": 145, + "Width": 218, + "Height": 80, + "Visible": true, + "IsScrapBlock": true, + "VisibleExpression": "return true;", + "LineHeight": 1, + "LineColor": "rgb(0,0,0)", + "FillColor": "rgb(0,0,0)", + "Angle": 0 + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "条码", + "X": 367, + "Y": 109, + "Width": 73, + "Height": 68, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "220408120747", + "DataExpression": "return obj.BlockNo;", + "DisplayType": 2, + "BarcodeType": "CODE128", + "FontSize": "20", + "FontWeight": "400", + "FontFamily": "宋体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "房间分组编号", + "X": 270, + "Y": 69, + "Width": 161, + "Height": 20, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "柜体分组:5-4", + "DataExpression": "return '柜体分组:'+util.groupCount('OrderNo','RoomName','BoxName')+'-' +util.groupNum(obj,'OrderNo','RoomName','BoxName');", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": "30", + "FontWeight": "600", + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "分组数量", + "X": 256, + "Y": 148, + "Width": 60, + "Height": 20, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "分组数量:", + "DataExpression": "return '分组:'+util.groupCount('OrderNo','RoomName','BoxName');", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": "30", + "FontWeight": "600", + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + }, + { + "Type": 4, + "ObjcectID": 0, + "ObjectName": "分组数量", + "X": 242, + "Y": 106, + "Width": 60, + "Height": 20, + "Visible": true, + "IsScrapBlock": false, + "VisibleExpression": "return true;", + "IsVertical": false, + "DataText": "分组数量:", + "DataExpression": "return '分组数量:'+util.groupCount('OrderNo','RoomName','BoxName');", + "DisplayType": 0, + "BarcodeType": "CODE39", + "FontSize": "30", + "FontWeight": "600", + "FontFamily": "黑体", + "TextAlign": "left", + "TextBaseline": "top", + "QrcodeErrorRate": "M" + } + ] + }, + "MachineID": 3755 + }, + { + "Type": 3, + "Setting": { + "BoardBorder": 40, + "GlobalAlpha": 0.95, + "WorkSpaceColor": "#6A6C6B", + "WorkSpaceBorderColor": "#000000", + "ShowAxis": true, + "AxisPos": -10, + "AxisNodeWidth0": 3, + "AxisNodeWidth1": 5, + "AxisNodeWidth2": 10, + "AxisblockFlagWidth": 30, + "AxisColor": "#8a8c8e", + "BlockInfoInAxisFont": "bold 16px arial", + "BlockInfoInAxisColor": "#0000FF", + "BlockInfoInAxisColor2": "#00FF00", + "BoardColor": "#FFFFFF", + "BoardColor2": "#BAE6C7", + "BoardBorderColor": "#000000", + "BlockFillColor": "#FFFFFF", + "BlockFillColor2": "#CFD0D3", + "BlockFillColor_overLap1": "#FF0000", + "BlockFillColor_overLap2": "#f391a9", + "BlockFillColor_draging": "#00FF00", + "BlockFillColor_closest": "#90d7ec", + "BlockBorderColor": "#000000", + "BlockBorderColor2": "#FF0000", + "BlockBorderWidth": 4, + "PointFillColor_draging": "#FF0000", + "PointFillColor_closest": "#0000FF", + "ModelLineColor": "#F90212", + "HoleColor": "#007d65", + "HoleColor2": "#F90212", + "CutPoint_Radius": 6, + "PointFillColor_cutPoint": "#FF0000", + "CutSortID_Radius": 10, + "CutSortID_font": "18px arial", + "CutSortID_color": "#0000FF", + "BlockDirectionShow": true, + "BlockNoShow": true, + "BlockNoColor": "#000000", + "BlockNoFont": "18px arial", + "BlockSizeShow": false, + "BlockSizeColor": "#000000", + "BlockSizeFont": "10px arial", + "ScrapBlockStrokeColor": "black", + "ScrapBlockFocusColor": "#D3F767", + "ScrapPlaceBlock": "#F9F8BE", + "HelpKnifeBlockColor": "#EAE3EE" + }, + "MachineID": 3755 + } + ], + "SourceType": 2, + "BlockList": [ + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847597, + "GoodsID": 997, + "OldBlockID": 3847597, + "BlockNo": "220708337474", + "NoteNo": "", + "BlockName": "左侧板", + "Width": 600, + "Length": 2000, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": [], + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825470 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847598, + "GoodsID": 997, + "OldBlockID": 3847598, + "BlockNo": "220708337475", + "NoteNo": "", + "BlockName": "右侧板", + "Width": 600, + "Length": 2000, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825471 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847599, + "GoodsID": 997, + "OldBlockID": 3847599, + "BlockNo": "220708337476", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825472 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847600, + "GoodsID": 997, + "OldBlockID": 3847600, + "BlockNo": "220708337477", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825473 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847601, + "GoodsID": 997, + "OldBlockID": 3847601, + "BlockNo": "220708337478", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825474 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847602, + "GoodsID": 997, + "OldBlockID": 3847602, + "BlockNo": "220708337479", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825475 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847603, + "GoodsID": 997, + "OldBlockID": 3847603, + "BlockNo": "220708337480", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825476 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847604, + "GoodsID": 997, + "OldBlockID": 3847604, + "BlockNo": "220708337481", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825477 + }, + { + "RoomName": "F-01", + "BoxName": "G-01", + "OrderNo": 20220701022805, + "BlockID": 3847605, + "GoodsID": 997, + "OldBlockID": 3847605, + "BlockNo": "220708337482", + "NoteNo": "", + "BlockName": "层板", + "Width": 600, + "Length": 1164, + "Thickness": 18, + "IsHXDJX": false, + "BorderLeft": 1, + "BorderRight": 1, + "BorderUpper": 1, + "BorderUnder": 1, + "Wave": 0, + "PaiKong": 2, + "BorderLengthLight": 0, + "BorderLengthHeavy": 0, + "RemarkJson": "[]", + "CadDataType": 2, + "ProcessGroupName": "", + "Type": "柜体", + "OpenDoorType": 0, + "ExtraRemark": null, + "ItemID": 7825478 + } + ], + "BlockDetailList": [ + { + "ID": 3847597, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 0, + "PointX": 49, + "PointY": 1335.3333333333335, + "PointZ": -18, + "Radius": 5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 0, + "PointX": 549, + "PointY": 1335.3333333333335, + "PointZ": -18, + "Radius": 5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 0, + "PointX": 81, + "PointY": 1335.3333333333335, + "PointZ": -46, + "Radius": 4, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 0, + "PointX": 517, + "PointY": 1335.3333333333335, + "PointZ": -46, + "Radius": 4, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 5, + "HoleType": 10, + "Face": 0, + "PointX": 49.00000000000004, + "PointY": 1671.6666666666667, + "PointZ": -18, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 6, + "HoleType": 10, + "Face": 0, + "PointX": 549, + "PointY": 1671.6666666666667, + "PointZ": -18, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 7, + "HoleType": 10, + "Face": 0, + "PointX": 49, + "PointY": 999.0000000000001, + "PointZ": -18, + "Radius": 1.5, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 8, + "HoleType": 10, + "Face": 0, + "PointX": 549, + "PointY": 999.0000000000001, + "PointZ": -18, + "Radius": 1.5, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 9, + "HoleType": 10, + "Face": 0, + "PointX": 35.50000000000009, + "PointY": 326.33333333333337, + "PointZ": -18, + "Radius": 3.5999999999999996, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 10, + "HoleType": 10, + "Face": 0, + "PointX": 535.5000000000001, + "PointY": 326.33333333333337, + "PointZ": -18, + "Radius": 3.5999999999999996, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 11, + "HoleType": 10, + "Face": 0, + "PointX": 49, + "PointY": 1839.833333333333, + "PointZ": -18, + "Radius": 2.5, + "Depth": 12, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 12, + "HoleType": 10, + "Face": 0, + "PointX": 549, + "PointY": 1839.833333333333, + "PointZ": -18, + "Radius": 2.5, + "Depth": 12, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 13, + "HoleType": 10, + "Face": 0, + "PointX": 199, + "PointY": 158.16666666666666, + "PointZ": -18, + "Radius": 3, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 14, + "HoleType": 10, + "Face": 0, + "PointX": 399, + "PointY": 158.16666666666666, + "PointZ": -18, + "Radius": 3, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 15, + "HoleType": 10, + "Face": 0, + "PointX": 231, + "PointY": 158.16666666666666, + "PointZ": -56, + "Radius": 5, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 16, + "HoleType": 10, + "Face": 0, + "PointX": 367, + "PointY": 158.16666666666666, + "PointZ": -56, + "Radius": 5, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + } + ], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1998 + }, + "SideModelDetail": [], + "SideHoleDetail": [] + }, + { + "ID": 3847598, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 1, + "PointX": 49, + "PointY": 1335.3333333333335, + "PointZ": 0, + "Radius": 5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 1, + "PointX": 549, + "PointY": 1335.3333333333335, + "PointZ": 0, + "Radius": 5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 1, + "PointX": 81, + "PointY": 1335.3333333333335, + "PointZ": 28, + "Radius": 4, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 1, + "PointX": 517, + "PointY": 1335.3333333333335, + "PointZ": 28, + "Radius": 4, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 5, + "HoleType": 10, + "Face": 1, + "PointX": 49.00000000000004, + "PointY": 1671.6666666666667, + "PointZ": 0, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 6, + "HoleType": 10, + "Face": 1, + "PointX": 549, + "PointY": 1671.6666666666667, + "PointZ": 0, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 7, + "HoleType": 10, + "Face": 1, + "PointX": 49, + "PointY": 999.0000000000001, + "PointZ": 0, + "Radius": 1.5, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 8, + "HoleType": 10, + "Face": 1, + "PointX": 549, + "PointY": 999.0000000000001, + "PointZ": 0, + "Radius": 1.5, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 9, + "HoleType": 10, + "Face": 1, + "PointX": 35.50000000000009, + "PointY": 326.33333333333337, + "PointZ": 0, + "Radius": 3.5999999999999996, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 10, + "HoleType": 10, + "Face": 1, + "PointX": 535.5000000000001, + "PointY": 326.33333333333337, + "PointZ": 0, + "Radius": 3.5999999999999996, + "Depth": 9, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 11, + "HoleType": 10, + "Face": 1, + "PointX": 49, + "PointY": 1839.833333333333, + "PointZ": 0, + "Radius": 2.5, + "Depth": 12, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 12, + "HoleType": 10, + "Face": 1, + "PointX": 549, + "PointY": 1839.833333333333, + "PointZ": 0, + "Radius": 2.5, + "Depth": 12, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 13, + "HoleType": 10, + "Face": 1, + "PointX": 199, + "PointY": 158.16666666666666, + "PointZ": 0, + "Radius": 3, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 14, + "HoleType": 10, + "Face": 1, + "PointX": 399, + "PointY": 158.16666666666666, + "PointZ": 0, + "Radius": 3, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 15, + "HoleType": 10, + "Face": 1, + "PointX": 231, + "PointY": 158.16666666666666, + "PointZ": 38, + "Radius": 5, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 16, + "HoleType": 10, + "Face": 1, + "PointX": 367, + "PointY": 158.16666666666666, + "PointZ": 38, + "Radius": 5, + "Depth": 13, + "EndPoint": "", + "Angle": 0 + } + ], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1998 + }, + "SideModelDetail": [], + "SideHoleDetail": [] + }, + { + "ID": 3847599, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 2, + "PointX": 200, + "PointY": 1164, + "PointZ": -9, + "Radius": 3, + "Depth": 18.09999999999991, + "EndPoint": "", + "PointX2": 200, + "PointY2": 1145.9 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 2, + "PointX": 400, + "PointY": 1164, + "PointZ": -9, + "Radius": 3, + "Depth": 18.09999999999991, + "EndPoint": "", + "PointX2": 400, + "PointY2": 1145.9 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 0, + "PointX": 200, + "PointY": -1.3877787807814457e-17, + "PointZ": -9, + "Radius": 3, + "Depth": 18.1, + "EndPoint": "", + "PointX2": 200, + "PointY2": 18.1 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 0, + "PointX": 400, + "PointY": -1.3877787807814457e-17, + "PointZ": -9, + "Radius": 3, + "Depth": 18.1, + "EndPoint": "", + "PointX2": 400, + "PointY2": 18.1 + } + ] + }, + { + "ID": 3847600, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [ + { + "HoleID": 1, + "HoleType": 0, + "Face": 1, + "PointX": 49, + "PointY": 1129, + "PointZ": -13.5, + "Radius": 7.5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 2, + "HoleType": 0, + "Face": 1, + "PointX": 549, + "PointY": 1129, + "PointZ": -13.5, + "Radius": 7.5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 3, + "HoleType": 0, + "Face": 1, + "PointX": 49, + "PointY": 33, + "PointZ": -13.5, + "Radius": 7.5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 4, + "HoleType": 0, + "Face": 1, + "PointX": 549, + "PointY": 33, + "PointZ": -13.5, + "Radius": 7.5, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + } + ], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 2, + "PointX": 50, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 34.09999999999991, + "EndPoint": "", + "PointX2": 50, + "PointY2": 1129.9 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 2, + "PointX": 550, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 34.09999999999991, + "EndPoint": "", + "PointX2": 550, + "PointY2": 1129.9 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 2, + "PointX": 82, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 28.09999999999991, + "EndPoint": "", + "PointX2": 82, + "PointY2": 1135.9 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 2, + "PointX": 518, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 28.09999999999991, + "EndPoint": "", + "PointX2": 518, + "PointY2": 1135.9 + }, + { + "HoleID": 5, + "HoleType": 10, + "Face": 0, + "PointX": 50, + "PointY": 0, + "PointZ": -9, + "Radius": 4, + "Depth": 34.1, + "EndPoint": "", + "PointX2": 50, + "PointY2": 34.1 + }, + { + "HoleID": 6, + "HoleType": 10, + "Face": 0, + "PointX": 550, + "PointY": 0, + "PointZ": -9, + "Radius": 4, + "Depth": 34.1, + "EndPoint": "", + "PointX2": 550, + "PointY2": 34.1 + }, + { + "HoleID": 7, + "HoleType": 10, + "Face": 0, + "PointX": 82, + "PointY": 0, + "PointZ": -9, + "Radius": 4, + "Depth": 28.1, + "EndPoint": "", + "PointX2": 82, + "PointY2": 28.1 + }, + { + "HoleID": 8, + "HoleType": 10, + "Face": 0, + "PointX": 518, + "PointY": 0, + "PointZ": -9, + "Radius": 4, + "Depth": 28.1, + "EndPoint": "", + "PointX2": 518, + "PointY2": 28.1 + } + ] + }, + { + "ID": 3847601, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 2, + "PointX": 50.00000000000004, + "PointY": 1164, + "PointZ": -8.999999999999954, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "PointX2": 50.00000000000004, + "PointY2": 1149.5 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 2, + "PointX": 550, + "PointY": 1164, + "PointZ": -8.999999999999954, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "PointX2": 550, + "PointY2": 1149.5 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 0, + "PointX": 50.00000000000004, + "PointY": 0, + "PointZ": -8.999999999999954, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "PointX2": 50.00000000000004, + "PointY2": 14.5 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 0, + "PointX": 550, + "PointY": 0, + "PointZ": -8.999999999999954, + "Radius": 1.05, + "Depth": 14.5, + "EndPoint": "", + "PointX2": 550, + "PointY2": 14.5 + } + ] + }, + { + "ID": 3847602, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [ + { + "ModelID": 1, + "LineID": 1, + "Face": 1, + "KnifeName": "", + "KnifeRadius": 2.5, + "Depth": 14, + "PointList": [ + { + "LineID": 1, + "PointID": 1, + "PointX": 44.5, + "PointY": 1161, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 1, + "PointID": 2, + "PointX": 53.5, + "PointY": 1161, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 1, + "PointID": 3, + "PointX": 53.5, + "PointY": 1163, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 1, + "PointID": 4, + "PointX": 44.5, + "PointY": 1163, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 1, + "PointID": 5, + "PointX": 44.5, + "PointY": 1161, + "Radius": 0, + "Depth": 14, + "Curve": 0 + } + ], + "OffsetList": [], + "OriginModeling": { + "outline": { + "pts": [ + { + "x": 43, + "y": 1159.5 + }, + { + "x": 43, + "y": 1164 + }, + { + "x": 57, + "y": 1164 + }, + { + "x": 57, + "y": 1159.5 + }, + { + "x": 43, + "y": 1159.5 + } + ], + "buls": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + "holes": [], + "thickness": 0, + "dir": 0, + "knifeRadius": 0, + "addLen": 0, + "addWidth": 0, + "addDepth": 0 + } + }, + { + "ModelID": 2, + "LineID": 2, + "Face": 1, + "KnifeName": "", + "KnifeRadius": 2.5, + "Depth": 14, + "PointList": [ + { + "LineID": 2, + "PointID": 1, + "PointX": 544.5, + "PointY": 1161, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 2, + "PointID": 2, + "PointX": 553.5, + "PointY": 1161, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 2, + "PointID": 3, + "PointX": 553.5, + "PointY": 1163, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 2, + "PointID": 4, + "PointX": 544.5, + "PointY": 1163, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 2, + "PointID": 5, + "PointX": 544.5, + "PointY": 1161, + "Radius": 0, + "Depth": 14, + "Curve": 0 + } + ], + "OffsetList": [], + "OriginModeling": { + "outline": { + "pts": [ + { + "x": 543, + "y": 1159.5 + }, + { + "x": 543, + "y": 1164 + }, + { + "x": 557, + "y": 1164 + }, + { + "x": 557, + "y": 1159.5 + }, + { + "x": 543, + "y": 1159.5 + } + ], + "buls": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + "holes": [], + "thickness": 0, + "dir": 0, + "knifeRadius": 0, + "addLen": 0, + "addWidth": 0, + "addDepth": 0 + } + }, + { + "ModelID": 3, + "LineID": 3, + "Face": 1, + "KnifeName": "", + "KnifeRadius": 2.5, + "Depth": 14, + "PointList": [ + { + "LineID": 3, + "PointID": 1, + "PointX": 44.5, + "PointY": -1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 3, + "PointID": 2, + "PointX": 53.5, + "PointY": -1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 3, + "PointID": 3, + "PointX": 53.5, + "PointY": 1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 3, + "PointID": 4, + "PointX": 44.5, + "PointY": 1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 3, + "PointID": 5, + "PointX": 44.5, + "PointY": -1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + } + ], + "OffsetList": [], + "OriginModeling": { + "outline": { + "pts": [ + { + "x": 43, + "y": 4.5 + }, + { + "x": 57, + "y": 4.5 + }, + { + "x": 57, + "y": 0 + }, + { + "x": 43, + "y": 0 + }, + { + "x": 43, + "y": 4.5 + } + ], + "buls": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + "holes": [], + "thickness": 0, + "dir": 0, + "knifeRadius": 0, + "addLen": 0, + "addWidth": 0, + "addDepth": 0 + } + }, + { + "ModelID": 4, + "LineID": 4, + "Face": 1, + "KnifeName": "", + "KnifeRadius": 2.5, + "Depth": 14, + "PointList": [ + { + "LineID": 4, + "PointID": 1, + "PointX": 544.5, + "PointY": -1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 4, + "PointID": 2, + "PointX": 553.5, + "PointY": -1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 4, + "PointID": 3, + "PointX": 553.5, + "PointY": 1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 4, + "PointID": 4, + "PointX": 544.5, + "PointY": 1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + }, + { + "LineID": 4, + "PointID": 5, + "PointX": 544.5, + "PointY": -1, + "Radius": 0, + "Depth": 14, + "Curve": 0 + } + ], + "OffsetList": [], + "OriginModeling": { + "outline": { + "pts": [ + { + "x": 543, + "y": 4.5 + }, + { + "x": 557, + "y": 4.5 + }, + { + "x": 557, + "y": 0 + }, + { + "x": 543, + "y": 0 + }, + { + "x": 543, + "y": 4.5 + } + ], + "buls": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + "holes": [], + "thickness": 0, + "dir": 0, + "knifeRadius": 0, + "addLen": 0, + "addWidth": 0, + "addDepth": 0 + } + } + ], + "HoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 1, + "PointX": 42.25, + "PointY": 1153, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 1, + "PointX": 55.75, + "PointY": 1153, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 1, + "PointX": 542.25, + "PointY": 1153, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 1, + "PointX": 555.75, + "PointY": 1153, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 5, + "HoleType": 10, + "Face": 1, + "PointX": 42.25, + "PointY": 9, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 6, + "HoleType": 10, + "Face": 1, + "PointX": 55.75, + "PointY": 9, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 7, + "HoleType": 10, + "Face": 1, + "PointX": 542.25, + "PointY": 9, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 8, + "HoleType": 10, + "Face": 1, + "PointX": 555.75, + "PointY": 9, + "PointZ": 0, + "Radius": 2.5, + "Depth": 11, + "EndPoint": "", + "Angle": 0 + } + ], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [] + }, + { + "ID": 3847603, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 2, + "PointX": 50, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 34, + "EndPoint": "", + "PointX2": 50, + "PointY2": 1130 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 2, + "PointX": 550, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 34, + "EndPoint": "", + "PointX2": 550, + "PointY2": 1130 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 0, + "PointX": 50, + "PointY": 0, + "PointZ": -9, + "Radius": 4, + "Depth": 34, + "EndPoint": "", + "PointX2": 50, + "PointY2": 34 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 0, + "PointX": 550, + "PointY": 0, + "PointZ": -9, + "Radius": 4, + "Depth": 34, + "EndPoint": "", + "PointX2": 550, + "PointY2": 34 + } + ] + }, + { + "ID": 3847604, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [ + { + "HoleID": 1, + "HoleType": 0, + "Face": 1, + "PointX": 49, + "PointY": 1153, + "PointZ": -13.5, + "Radius": 10, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 2, + "HoleType": 0, + "Face": 1, + "PointX": 549, + "PointY": 1153, + "PointZ": -13.5, + "Radius": 10, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 3, + "HoleType": 0, + "Face": 1, + "PointX": 49, + "PointY": 9, + "PointZ": -13.5, + "Radius": 10, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + }, + { + "HoleID": 4, + "HoleType": 0, + "Face": 1, + "PointX": 549, + "PointY": 9, + "PointZ": -13.5, + "Radius": 10, + "Depth": 13.5, + "EndPoint": "", + "Angle": 0 + } + ], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 2, + "PointX": 50, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 10.099999999999909, + "EndPoint": "", + "PointX2": 50, + "PointY2": 1153.9 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 2, + "PointX": 550, + "PointY": 1164, + "PointZ": -9, + "Radius": 4, + "Depth": 10.099999999999909, + "EndPoint": "", + "PointX2": 550, + "PointY2": 1153.9 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 0, + "PointX": 50, + "PointY": -1.3877787807814457e-17, + "PointZ": -9, + "Radius": 4, + "Depth": 10.1, + "EndPoint": "", + "PointX2": 50, + "PointY2": 10.1 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 0, + "PointX": 550, + "PointY": -1.3877787807814457e-17, + "PointZ": -9, + "Radius": 4, + "Depth": 10.1, + "EndPoint": "", + "PointX2": 550, + "PointY2": 10.1 + } + ] + }, + { + "ID": 3847605, + "OrderNo": 20220701022805, + "PointDetail": [], + "ModelDetail": [], + "HoleDetail": [], + "OffSet": { + "x": 1, + "y": 1, + "z": 0 + }, + "NewVersion": false, + "OrgPointDetail": [], + "KaiLiaoSize": { + "width": 598, + "height": 1162 + }, + "SideModelDetail": [], + "SideHoleDetail": [ + { + "HoleID": 1, + "HoleType": 10, + "Face": 2, + "PointX": 200, + "PointY": 1164, + "PointZ": -9, + "Radius": 3, + "Depth": 18.09999999999991, + "EndPoint": "", + "PointX2": 200, + "PointY2": 1145.9 + }, + { + "HoleID": 2, + "HoleType": 10, + "Face": 2, + "PointX": 400, + "PointY": 1164, + "PointZ": -9, + "Radius": 3, + "Depth": 18.09999999999991, + "EndPoint": "", + "PointX2": 400, + "PointY2": 1145.9 + }, + { + "HoleID": 3, + "HoleType": 10, + "Face": 2, + "PointX": 232, + "PointY": 1164, + "PointZ": -9, + "Radius": 5, + "Depth": 38.09999999999991, + "EndPoint": "", + "PointX2": 232, + "PointY2": 1125.9 + }, + { + "HoleID": 4, + "HoleType": 10, + "Face": 2, + "PointX": 368, + "PointY": 1164, + "PointZ": -9, + "Radius": 5, + "Depth": 38.09999999999991, + "EndPoint": "", + "PointX2": 368, + "PointY2": 1125.9 + }, + { + "HoleID": 5, + "HoleType": 10, + "Face": 0, + "PointX": 200, + "PointY": -1.3877787807814457e-17, + "PointZ": -9, + "Radius": 3, + "Depth": 18.1, + "EndPoint": "", + "PointX2": 200, + "PointY2": 18.1 + }, + { + "HoleID": 6, + "HoleType": 10, + "Face": 0, + "PointX": 400, + "PointY": -1.3877787807814457e-17, + "PointZ": -9, + "Radius": 3, + "Depth": 18.1, + "EndPoint": "", + "PointX2": 400, + "PointY2": 18.1 + }, + { + "HoleID": 7, + "HoleType": 10, + "Face": 0, + "PointX": 232, + "PointY": 1.7763568394002505e-15, + "PointZ": -9, + "Radius": 5, + "Depth": 38.1, + "EndPoint": "", + "PointX2": 232, + "PointY2": 38.1 + }, + { + "HoleID": 8, + "HoleType": 10, + "Face": 0, + "PointX": 368, + "PointY": 1.7763568394002505e-15, + "PointZ": -9, + "Radius": 5, + "Depth": 38.1, + "EndPoint": "", + "PointX2": 368, + "PointY2": 38.1 + } + ] + } + ] + }, + "PlaceResult": [ + { + "OrderNo": "O20220701022805", + "GoodsID": 997, + "GoodsName": "测试", + "Specification": "11", + "Metrial": "188", + "Color": "腾拓9-50#", + "Brank": "11", + "Width": 3000, + "Length": 4000, + "Thickness": 18, + "Border": 3, + "CutDia": 8, + "CutGap": 1, + "IsSorted": true, + "BoardCount": 1, + "MinBoardID": 1, + "MaxBoardID": 1, + "AvgLyr_All": 7.288800000000001, + "AvgLyr_NoLastOne": 7.288800000000001, + "Lyr_LastOne": 7.288800000000001, + "CompanyID": 0, + "UsedBoardMessage": [ + { + "Bi": 1, + "W": 3000, + "L": 4000, + "Si": 0, + "So": "", + "No": "", + "LK": false, + "scrapPts": null, + "scrapBlocks": [] + } + ], + "BlockPlaceMessage": [ + { + "Bi": 1, + "Bo": "220708337474", + "X": 2010, + "Y": 3, + "Pi": 2, + "Ps": 0, + "Ci": 3, + "Ca": 0, + "CP": 0, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337475", + "X": 3, + "Y": 3, + "Pi": 1, + "Ps": 7, + "Ci": 9, + "Ca": 0, + "CP": 1, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337476", + "X": 610, + "Y": 1217, + "Pi": 5, + "Ps": 1, + "Ci": 5, + "Ca": 0, + "CP": 2, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337477", + "X": 1781, + "Y": 2010, + "Pi": 8, + "Ps": 7, + "Ci": 1, + "Ca": 0, + "CP": 3, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337478", + "X": 610, + "Y": 2431, + "Pi": 9, + "Ps": 0, + "Ci": 2, + "Ca": 0, + "CP": 2, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337479", + "X": 3, + "Y": 610, + "Pi": 3, + "Ps": 4, + "Ci": 8, + "Ca": 0, + "CP": 0, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337480", + "X": 3, + "Y": 1781, + "Pi": 6, + "Ps": 0, + "Ci": 6, + "Ca": 0, + "CP": 1, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337481", + "X": 610, + "Y": 610, + "Pi": 4, + "Ps": 7, + "Ci": 7, + "Ca": 0, + "CP": 3, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + }, + { + "Bi": 1, + "Bo": "220708337482", + "X": 610, + "Y": 1824, + "Pi": 7, + "Ps": 1, + "Ci": 4, + "Ca": 0, + "CP": 2, + "iA": true, + "iO": false, + "W": 0, + "L": 0, + "ZFB": 0, + "YFB": 0, + "SFB": 0, + "XFB": 0, + "Dh": false, + "Dm": false, + "OF": 0, + "type": 0, + "points": [], + "OrgSizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": true + }, + "SizeOutOff": { + "left": 0, + "right": 0, + "upper": 0, + "under": 0, + "width": 0, + "length": 0, + "hasDone": false + }, + "PlaceOffX": 0, + "PlaceOffY": 0 + } + ], + "State": 0, + "HasWave": false, + "OrgWidth": 3000, + "OrgLength": 4000, + "BoardCount_Remain": 0, + "RemainBoardMessage": "[]", + "ScrapBoardList": [] + } + ] +}