From 99e601f6c49f7318c9895b70bf6e50c96bac44cb Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 22 Nov 2018 18:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E5=9C=86=E5=BC=A7=E5=92=8C=E5=9C=86=E5=BC=A7=E6=9C=89?= =?UTF-8?q?=E4=BA=A4=E7=82=B9=E6=97=B6=E5=80=92=E8=A7=92=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/FilletUtils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Add-on/FilletUtils.ts b/src/Add-on/FilletUtils.ts index ccdd2c875..f4007a1a1 100644 --- a/src/Add-on/FilletUtils.ts +++ b/src/Add-on/FilletUtils.ts @@ -112,8 +112,6 @@ export class FilletUtils let fRadius = this.m_FilletRadius; - if (enRes1.Entity instanceof Arc && enRes2.Entity instanceof Arc) - return this.FilletArcAndArc(enRes1, enRes2); let res: FilletRes = { cu1: splitedCu1.Curve, cu2: splitedCu2.Curve, arc: undefined }; @@ -147,7 +145,9 @@ export class FilletUtils if (!offCu1 || !offCu2) return; - // //测试绘制 + // JigUtils.Draw(new Line(iPt, iPt.clone().add(c1Derv.clone().multiplyScalar(10)))).ColorIndex = 1; + // JigUtils.Draw(new Line(iPt, iPt.clone().add(c2Derv.clone().multiplyScalar(10)))).ColorIndex = 2; + // JigUtils.Draw(new Line(iPt, iPt.clone().add(bisectorVec))).ColorIndex = 3; // offCu1.ColorIndex = 6; // offCu2.ColorIndex = 6; // JigUtils.Draw(offCu1.Clone());