0.0.1
This commit is contained in:
		
							
								
								
									
										5
									
								
								types/Add-on/testEntity/DrawShapeManage.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/DrawShapeManage.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { ShapeManager } from "../../DatabaseServices/ShapeManager"; | ||||
| import { Shape } from "../../DatabaseServices/Shape"; | ||||
| export declare function DrawShapeManage(sm: ShapeManager): void; | ||||
| export declare function DrawShape(sp: Shape): void; | ||||
| //# sourceMappingURL=DrawShapeManage.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/DrawShapeManage.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/DrawShapeManage.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"DrawShapeManage.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/DrawShapeManage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AAGnE,OAAO,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAErD,wBAAgB,eAAe,CAAC,EAAE,EAAE,YAAY,QAQ/C;AAED,wBAAgB,SAAS,CAAC,EAAE,EAAE,KAAK,QAQlC"} | ||||
							
								
								
									
										5
									
								
								types/Add-on/testEntity/TestBoundaryBox.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/TestBoundaryBox.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Command_TestBoundaryBox implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestBoundaryBox.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestBoundaryBox.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestBoundaryBox.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestBoundaryBox.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestBoundaryBox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAMtD,qBAAa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAeb"} | ||||
							
								
								
									
										5
									
								
								types/Add-on/testEntity/TestBox.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/TestBox.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Command_TestBox implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestBox.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestBox.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestBox.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestBox.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestBox.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAOtD,qBAAa,eAAgB,YAAW,OAAO;IAErC,IAAI;CAoCb"} | ||||
							
								
								
									
										18
									
								
								types/Add-on/testEntity/TestCurve.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								types/Add-on/testEntity/TestCurve.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| import { Vector3, Box3 } from "three"; | ||||
| import { Contour } from "../../DatabaseServices/Contour"; | ||||
| import { Curve } from "../../DatabaseServices/Entity/Curve"; | ||||
| import { Polyline } from "../../DatabaseServices/Entity/Polyline"; | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| import { Box3Ext } from "../../Geometry/Box"; | ||||
| import { Entity } from "../../DatabaseServices/Entity/Entity"; | ||||
| export declare class TestTargeOnCurve implements Command { | ||||
|     exec(): Promise<void>; | ||||
|     testClip(outline: Polyline, l: Curve): any[]; | ||||
|     testPtIn(outline: Polyline, l: Curve): void; | ||||
| } | ||||
| export declare function testPts(pts: Vector3[], color?: number): void; | ||||
| export declare function testContours(cons: Contour[], color?: number): void; | ||||
| export declare function testCurve(cons: Entity[], color?: number): void; | ||||
| export declare function testBox(box3: Array<Box3 | Box3Ext>, color?: number): void; | ||||
| export declare function testtBox3(box3: Box3, colorIndex?: number): void; | ||||
| //# sourceMappingURL=TestCurve.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestCurve.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestCurve.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestCurve.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestCurve.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAItC,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAG9D,qBAAa,gBAAiB,YAAW,OAAO;IAEtC,IAAI;IAyCV,QAAQ,CAAC,OAAO,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK;IAqCpC,QAAQ,CAAC,OAAO,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK;CAUvC;AAED,wBAAgB,OAAO,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,KAAK,SAAI,QAOhD;AACD,wBAAgB,YAAY,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,KAAK,SAAI,QAOtD;AACD,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,KAAK,GAAE,MAAU,QAO1D;AAED,wBAAgB,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,IAAI,GAAG,OAAO,CAAC,EAAE,KAAK,GAAE,MAAU,QAQrE;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,SAAI,QAOnD"} | ||||
							
								
								
									
										5
									
								
								types/Add-on/testEntity/TestDrawEdgeGeometry.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/TestDrawEdgeGeometry.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Command_TestDrawEdgeGeometry implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestDrawEdgeGeometry.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestDrawEdgeGeometry.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestDrawEdgeGeometry.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestDrawEdgeGeometry.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestDrawEdgeGeometry.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,4BAA6B,YAAW,OAAO;IAElD,IAAI;CAsCb"} | ||||
							
								
								
									
										5
									
								
								types/Add-on/testEntity/TestFilletCode.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/TestFilletCode.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class TestFillet implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestFilletCode.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestFilletCode.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestFilletCode.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestFilletCode.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestFilletCode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBAAa,UAAW,YAAW,OAAO;IAEhC,IAAI;CAmDb"} | ||||
							
								
								
									
										5
									
								
								types/Add-on/testEntity/TestPointInCurveDirection.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/TestPointInCurveDirection.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Command_TestPointInCurveDirection implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestPointInCurveDirection.d.ts.map | ||||
| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestPointInCurveDirection.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestPointInCurveDirection.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,iCAAkC,YAAW,OAAO;IAEvD,IAAI;CAab"} | ||||
							
								
								
									
										5
									
								
								types/Add-on/testEntity/TestRegionParse.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								types/Add-on/testEntity/TestRegionParse.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Command_TestRegionParse implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestRegionParse.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestRegionParse.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestRegionParse.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestRegionParse.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestRegionParse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,qBAAa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAgBb"} | ||||
							
								
								
									
										8
									
								
								types/Add-on/testEntity/TestTemplateDelete.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								types/Add-on/testEntity/TestTemplateDelete.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Command_DeleteTemplate implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| export declare class Command_Template2Tree implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| //# sourceMappingURL=TestTemplateDelete.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/TestTemplateDelete.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/TestTemplateDelete.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"TestTemplateDelete.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/TestTemplateDelete.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAkB,MAAM,6BAA6B,CAAC;AAGtE,qBAAa,sBAAuB,YAAW,OAAO;IAE5C,IAAI;CAMb;AAED,qBAAa,qBAAsB,YAAW,OAAO;IAE3C,IAAI;CAQb"} | ||||
							
								
								
									
										6
									
								
								types/Add-on/testEntity/test.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								types/Add-on/testEntity/test.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class Test implements Command { | ||||
|     exec(): Promise<void>; | ||||
|     private AllM0; | ||||
| } | ||||
| //# sourceMappingURL=test.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/test.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/test.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/test.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAItD,qBACa,IAAK,YAAW,OAAO;IAE1B,IAAI;YAeI,KAAK;CAatB"} | ||||
							
								
								
									
										6
									
								
								types/Add-on/testEntity/testCollision.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								types/Add-on/testEntity/testCollision.d.ts
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| import { Command } from "../../Editor/CommandMachine"; | ||||
| export declare class TestCollision implements Command { | ||||
|     exec(): Promise<void>; | ||||
| } | ||||
| export declare function showFace(f: any): void; | ||||
| //# sourceMappingURL=testCollision.d.ts.map | ||||
							
								
								
									
										1
									
								
								types/Add-on/testEntity/testCollision.d.ts.map
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								types/Add-on/testEntity/testCollision.d.ts.map
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| {"version":3,"file":"testCollision.d.ts","sourceRoot":"","sources":["../../../../../src/Add-on/testEntity/testCollision.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;CAgCb;AACD,wBAAgB,QAAQ,CAAC,CAAC,KAAA,QAczB"} | ||||
		Reference in New Issue
	
	Block a user
	 xiefan
					xiefan