pull/458/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent d9f1172ef2
commit 70ba469bb0

@ -269,7 +269,7 @@ export class DrawDrillingTool extends Singleton
private CheckDrillInBoard(br: Board, en: GangDrill, dist: number)
{
let cu = br.ContourCurve;
let p = en.Position.setX(dist).applyMatrix4(this.m_Face.OCS).applyMatrix4(br.OCSInv);
let p = en.Position.setX(dist).applyMatrix4(this.m_Face.OCS).applyMatrix4(br.OCSInv).setZ(0);
return IsPointInPolyLine(cu as Polyline, p);
}
// 分析当前排钻

Loading…
Cancel
Save