!2664 开发:还原代码

pull/2659/MERGE
林三 6 months ago committed by ChenX
parent baca52ceee
commit 0d767e7b2f

@ -19,12 +19,15 @@ export class CollisionDetection
let boxCache: Map<Board, Box3Ext> = new Map();
const OCSInv = this._Boards[0].OCSInv;
for (let b of this._Boards)
{
if (b.BoardProcessOption.drillType !== DrillType.None)
{
this.BoardGeList.push(new BoardGetFace(b));
boxCache.set(b, b.BoundingBoxInOCS);
//记录在Boards[0]坐标系上的包围盒
boxCache.set(b, b.GetBoundingBoxInMtx(OCSInv));
}
}

Loading…
Cancel
Save