增加户型部分
This commit is contained in:
5
types/Add-on/ACAD/DxfEntityConvert.d.ts
vendored
Normal file
5
types/Add-on/ACAD/DxfEntityConvert.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { IDxf, IEntity } from "dxf-parser";
|
||||
import { Entity } from "../../DatabaseServices/Entity/Entity";
|
||||
export declare function Dxf2Entitys(dxfstr: string): Entity[];
|
||||
export declare function Conver2WebCADEntity(en: IEntity, doc: IDxf, ents: Entity[]): void;
|
||||
//# sourceMappingURL=DxfEntityConvert.d.ts.map
|
1
types/Add-on/ACAD/DxfEntityConvert.d.ts.map
Normal file
1
types/Add-on/ACAD/DxfEntityConvert.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"DxfEntityConvert.d.ts","sourceRoot":"","sources":["../../../../src/Add-on/ACAD/DxfEntityConvert.ts"],"names":[],"mappings":"AAAA,OAAkB,EAA+C,IAAI,EAAkB,OAAO,EAAyG,MAAM,YAAY,CAAC;AAS1N,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAW9D,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,YAQzC;AAkBD,wBAAgB,mBAAmB,CAAC,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,IAAI,CAmRhF"}
|
Reference in New Issue
Block a user