更新代码
This commit is contained in:
7
types/Add-on/LatticeDrawer/DrawLatticeDrawer.d.ts
vendored
Normal file
7
types/Add-on/LatticeDrawer/DrawLatticeDrawer.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Command } from '../../Editor/CommandMachine';
|
||||
import { ISpaceParse } from '../../Geometry/SpaceParse/ISpaceParse';
|
||||
export declare class DrawLattice implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare function FindLeftRightBoard(spaceParse: ISpaceParse): void;
|
||||
//# sourceMappingURL=DrawLatticeDrawer.d.ts.map
|
1
types/Add-on/LatticeDrawer/DrawLatticeDrawer.d.ts.map
Normal file
1
types/Add-on/LatticeDrawer/DrawLatticeDrawer.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"DrawLatticeDrawer.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/LatticeDrawer/DrawLatticeDrawer.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAOpE,qBAAa,WAAY,YAAW,OAAO;IAEjC,IAAI;CAuBb;AAID,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,WAAW,QAgCzD"}
|
5
types/Add-on/LatticeDrawer/EditorLattice.d.ts
vendored
Normal file
5
types/Add-on/LatticeDrawer/EditorLattice.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class EditorLattice implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=EditorLattice.d.ts.map
|
1
types/Add-on/LatticeDrawer/EditorLattice.d.ts.map
Normal file
1
types/Add-on/LatticeDrawer/EditorLattice.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"EditorLattice.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/LatticeDrawer/EditorLattice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAMtD,qBAAa,aAAc,YAAW,OAAO;IAEnC,IAAI;CA+Bb"}
|
Reference in New Issue
Block a user