初始化版本库,可用

This commit is contained in:
2021-01-28 10:17:21 +08:00
commit d2573c0b1c
1750 changed files with 41088 additions and 0 deletions

12
types/api.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
export * from "./DatabaseServices/CADFiler";
export * from "./DatabaseServices/Entity/Arc";
export * from "./DatabaseServices/Entity/Circle";
export * from "./DatabaseServices/Entity/Line";
export * from "./DatabaseServices/Entity/Polyline";
export * from "./GraphicsSystem/BoolOperateUtils";
export { FeedingToolPath } from "./GraphicsSystem/ToolPath/FeedingToolPath";
export * from "./Add-on/testEntity/SimplifyPolyline";
export { IsRect } from "./Common/CurveUtils";
export * from "./GraphicsSystem/ToolPath/VKnifToolPath";
export * from "./Production/Product";
//# sourceMappingURL=api.d.ts.map