Merge pull request !380 from ZoeLeeFZ/fixDrillBug
pull/381/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent ad1ed5eeb2
commit 793b2e4c23

@ -131,7 +131,7 @@ export class BoardGetFace
)
continue;
//不共面
if (!matrixIsCoplane(f1.OCS, f2.OCS, 1e-4))
if (!matrixIsCoplane(f1.OCS, f2.OCS, 1e-3))
continue;
let nor1 = new Vector3().setFromMatrixColumn(f1.OCS, 2);
let nor2 = new Vector3().setFromMatrixColumn(f2.OCS, 2);

Loading…
Cancel
Save