build-dxf 0.0.53 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.js CHANGED
@@ -1,13 +1,12 @@
1
1
  import "three";
2
- import { j as l, D as o, k as i, m, g as r, h as D, i as f, l as g } from "./build.js";
3
- import "clipper-lib";
2
+ import { j as e, D as l, k as o, m as i, g as m, h as r, i as D, l as f } from "./build.js";
4
3
  export {
5
- l as Dxf,
6
- o as DxfSystem,
7
- i as ModelDataPlugin,
8
- m as components,
9
- r as createEditor,
10
- D as getFileAll,
11
- f as getGlobalDxfSystem,
12
- g as utils
4
+ e as Dxf,
5
+ l as DxfSystem,
6
+ o as ModelDataPlugin,
7
+ i as components,
8
+ m as createEditor,
9
+ r as getFileAll,
10
+ D as getGlobalDxfSystem,
11
+ f as utils
13
12
  };
@@ -11,7 +11,6 @@ export declare class CAD {
11
11
  /** 添加线偏移
12
12
  * @description 使用 ClipperLib 对每个点组进行线偏移处理,生成具有指定宽度的墙体路径
13
13
  */
14
- addLineByOffset(lines: LineSegmentType[], endType?: any, joinType?: any, scale?: number): this;
15
14
  clear(): void;
16
15
  }
17
16
  export {};
@@ -19,5 +19,4 @@ export * from './findClosedPolygons';
19
19
  export * from './lineDataToThreeVJiaJson';
20
20
  export * from './mergeSmallestCircle';
21
21
  export * from './smallestCircle';
22
- export * from './CAD';
23
22
  export * as tools from './tools';