!1273 修复:排钻反应器问题

pull/1273/MERGE
ZoeLeeFZ 4 years ago committed by ChenX
parent 98e3b6b963
commit 47fdc2074a

@ -29,6 +29,7 @@ import { Box3Ext } from "../../Geometry/Box";
import { CollisionDetection } from "../../Geometry/DrillParse/CollisionDetection";
import { Face } from "../../Geometry/DrillParse/Face";
import { equaln, isParallelTo, MoveMatrix, YAxis, ZAxis } from "../../Geometry/GeUtils";
import { Production } from "../../Production/Product";
import { AppToaster } from "../../UI/Components/Toaster";
import { FaceDirection } from "../../UI/Store/BoardInterface";
import { DownPanelStore } from "../../UI/Store/DownPanelStore";
@ -865,7 +866,7 @@ export class DrawDrillingTool extends Singleton
let i = 0;
for (let e of brs)
{
let bs = e.SplitBoards;
let bs = Production.GetSpliteBoards(e);
bs.forEach(b => b.TempData = e.TempData);
brList.push(...bs);

Loading…
Cancel
Save