功能:支持切割函数

This commit is contained in:
ChenX
2023-05-08 12:01:37 +08:00
parent ee08cb516b
commit d92ad67a75
829 changed files with 6049 additions and 151 deletions

View File

@@ -0,0 +1,12 @@
import { Polyline } from "../../../DatabaseServices/Entity/Polyline";
import { OffsetPolyline } from "../../../GraphicsSystem/OffsetPolyline";
export declare class OffsetTestUtil extends OffsetPolyline {
constructor(_Polyline: Polyline, _OffsetDist: number, _ToolPath?: boolean);
TestDrawPolyline(): void;
TestDrawLinkSubCurve(): void;
TestDrawTrimCircle(): void;
TestDrawTriContours(): void;
TestDrawRetCurves(): void;
TestTrimedCurve(): void;
}
//# sourceMappingURL=OffsetTestUtil.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"OffsetTestUtil.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/test/TestOffset/OffsetTestUtil.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAErE,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAGxE,qBAAa,cAAe,SAAQ,cAAc;gBAElC,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,UAAQ;IAMvE,gBAAgB;IAsBhB,oBAAoB;IAiCpB,kBAAkB;IAWlB,mBAAmB;IAYnB,iBAAiB;IAUjB,eAAe;CASlB"}

View File

@@ -0,0 +1,3 @@
import { Entity } from "../../../DatabaseServices/Entity/Entity";
export declare function LoadEntityFromFileData(data: any): Entity[];
//# sourceMappingURL=TestOffset.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"TestOffset.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/test/TestOffset/TestOffset.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,yCAAyC,CAAC;AAMjE,wBAAgB,sBAAsB,CAAC,IAAI,KAAA,YAoB1C"}

View File

@@ -0,0 +1,5 @@
import { Command } from "../../Editor/CommandMachine";
export declare class Command_TestParseEdgeSealDir implements Command {
exec(): Promise<void>;
}
//# sourceMappingURL=TestParseEdgeSealDir.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"TestParseEdgeSealDir.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/test/TestParseEdgeSealDir.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,4BAA6B,YAAW,OAAO;IAElD,IAAI;CAgBb"}

4
types/Add-on/test/TestTape.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export declare class Command_TestTape {
exec(): Promise<void>;
}
//# sourceMappingURL=TestTape.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"TestTape.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/test/TestTape.ts"],"names":[],"mappings":"AAKA,qBACa,gBAAgB;IAEnB,IAAI;CA8Gb"}

4
types/Add-on/test/TestUtil.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
import { Object3D } from "three";
import { Entity } from "../../DatabaseServices/Entity/Entity";
export declare function TestDraw(en: Entity | Entity[] | Object3D | Object3D[], colorIndex?: number): Promise<void>;
//# sourceMappingURL=TestUtil.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"TestUtil.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/test/TestUtil.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAE9D,wBAAsB,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,QAAQ,GAAG,QAAQ,EAAE,EAAE,UAAU,SAAI,iBAyB3F"}

9
types/Add-on/test/testIntersect.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
import { Command } from "../../Editor/CommandMachine";
export declare class TestIntersect implements Command {
exec(): Promise<void>;
CommonIntersect(): Promise<void>;
testLineAndCirOrArc(): Promise<void>;
testCirAndCir(): Promise<void>;
testInter(): Promise<void>;
}
//# sourceMappingURL=testIntersect.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"testIntersect.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/test/testIntersect.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;IAWJ,eAAe;IAuBf,mBAAmB;IAwBnB,aAAa;IA0Bb,SAAS;CAoBlB"}