This commit is contained in:
xiefan
2020-09-24 11:04:12 +08:00
commit b654ca8c7f
1633 changed files with 86830 additions and 0 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"}

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":"AAQA,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): 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;AAEjC,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAE9D,wBAAgB,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,QAAQ,GAAG,QAAQ,EAAE,EAAE,UAAU,SAAI,QAsBrF"}

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":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;IAWJ,eAAe;IAuBf,mBAAmB;IAwBnB,aAAa;IA0Bb,SAAS;CAoBlB"}