!2451 修复:铰链引孔判定成大孔,导致拆单的时候提示板件的大孔面异常

pull/2439/MERGE
林三 11 months ago committed by ChenX
parent b0a77005f8
commit 06f0bc6fec

@ -759,7 +759,7 @@ export namespace Production
angle = 0;
if (depth > CanDrawHoleFuzz)
data.frontBackHoles.push({
type: d.isThrough ? GangDrillType.TK : d.Type,
type: d.isThrough ? GangDrillType.TK : (isRelativeHardware ? GangDrillType.Ljg : d.Type),
position: z0 < CanDrawHoleFuzz ? p : p.setZ(br.Thickness),
radius: cir.Radius,
depth,

Loading…
Cancel
Save