build-dxf 0.1.112 → 0.1.113
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/package.json +1 -1
- package/src/build.js +3393 -3257
- package/src/{dxfSystem → dxf-system}/components/CorrectionDxf.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/components/Dxf.d.ts +3 -3
- package/src/{dxfSystem → dxf-system}/components/ThreeVJia.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/Default.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/DrawWindow.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/PropertiesPanel.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/plugins/editor/components/Editor.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/plugins/editor/components/RenderManager.d.ts +2 -2
- package/src/{dxfSystem → dxf-system}/plugins/editor/pages/EditorTool/EditorTool.vue.d.ts +1 -1
- package/src/{dxfSystem → dxf-system}/plugins/editor/pages/PropertiesPanel.vue.d.ts +1 -1
- package/src/{dxfSystem/utils/linePipeline/builtin/boundExt.d.ts → dxf-system/utils/BoundExt.d.ts} +5 -11
- package/src/{dxfSystem/utils/linePipeline/builtin → dxf-system/utils}/DoorFind.d.ts +5 -5
- package/src/{dxfSystem/utils/linePipeline/builtin → dxf-system/utils}/DoubleWallHelper.d.ts +3 -3
- package/src/{dxfSystem/utils/linePipeline/builtin → dxf-system/utils}/HeightQuery.d.ts +2 -2
- package/src/{dxfSystem/utils/threeVJiaPipeline.d.ts → dxf-system/utils/ThreeVJiaPipeline.d.ts} +1 -1
- package/src/dxf-system/utils/cad/DxfDataPlugin.d.ts +18 -0
- package/src/dxf-system/utils/cad/DxfDrawPlugin.d.ts +13 -0
- package/src/{dxfSystem/utils/CAD/drawDxfImage.d.ts → dxf-system/utils/cad/draw-dxf-image.d.ts} +1 -1
- package/src/{dxfSystem/utils/CAD/drawDxfString.d.ts → dxf-system/utils/cad/draw-dxf-string.d.ts} +1 -1
- package/src/{dxfSystem/utils/CAD → dxf-system/utils/cad}/index.d.ts +1 -27
- package/src/dxf-system/utils/index.d.ts +11 -0
- package/src/dxf-system/utils/line-pipeline/builtin/bound-ext.d.ts +8 -0
- package/src/{dxfSystem/utils/linePipeline/builtin/buildGroup → dxf-system/utils/line-pipeline/builtin/build-group}/index.d.ts +1 -1
- package/src/{dxfSystem/utils/linePipeline/builtin/doorToHole.d.ts → dxf-system/utils/line-pipeline/builtin/door-to-hole.d.ts} +1 -1
- package/src/{dxfSystem/utils/linePipeline/builtin/doubleWallAlignment.d.ts → dxf-system/utils/line-pipeline/builtin/double-wall-alignment.d.ts} +2 -2
- package/src/{dxfSystem/utils/linePipeline → dxf-system/utils/line-pipeline}/builtin/index.d.ts +7 -7
- package/src/{dxfSystem/utils/linePipeline → dxf-system/utils/line-pipeline}/builtin/init.d.ts +1 -1
- package/src/dxf-system/utils/line-pipeline/index.d.ts +20 -0
- package/src/{dxfSystem → dxf-system}/utils/tools.d.ts +1 -1
- package/src/index.css +26 -22
- package/src/index3.js +8 -8
- package/src/utils/algorithms/LineSegmentUtils.d.ts +15 -2
- package/src/utils/algorithms/PointSpatialHash.d.ts +21 -4
- package/src/utils/decorators/measure-time.d.ts +5 -0
- package/src/utils/index.d.ts +3 -3
- package/src/utils/modelScenario/scenario.d.ts +1 -1
- package/src/dxfSystem/utils/WallDrawManager.d.ts +0 -3
- package/src/dxfSystem/utils/index.d.ts +0 -11
- package/src/dxfSystem/utils/linePipeline/index.d.ts +0 -20
- /package/src/{dxfSystem → dxf-system}/DxfSystem.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/build.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/components/Variable.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/EditorPlugin.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/CFComponent.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/ClippingLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/DeleteSelectLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/DrawDoorLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/DrawLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/ManualDistance.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/MergeLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/PointDrag/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/PointDrag/modifyDoor.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/PointDrag/modifyLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/PointDrag/modifyWindow.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/RayDistance.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/SelectAll.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/TwoLineConnectionLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/TwoPointConnection.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/VerticalCorr.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/VerticalCorrContinue.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/VerticalReferenceLine.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/ViewAngle.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/UIService.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/components/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/pages/EditorTool/EditorToolContent.vue.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/pages/components/Input.vue.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/editor/type.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/model3d/components/DxfLineModel.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/model3d/components/WhiteModel.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/model3d/components/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/model3d/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/components/DomContainer.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/components/DomEventRegister.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/components/EventInput.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/components/ModelDataRender.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/components/Renderer.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/components/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/plugins/renderer/index.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/type.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/BayWindowHelper.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/LineGroupType.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/LoadModel.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/SceneAutoGenerat.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/WallGroupManager.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/WallInsertObject.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/WallInsertObjectDrawData.d.ts +0 -0
- /package/src/{dxfSystem → dxf-system}/utils/ZHouseMockData.d.ts +0 -0
- /package/src/{dxfSystem/utils/CAD/drawData.d.ts → dxf-system/utils/cad/draw-data.d.ts} +0 -0
- /package/src/{dxfSystem/utils/clippingDoubleWall.d.ts → dxf-system/utils/clipping-double-wall.d.ts} +0 -0
- /package/src/{dxfSystem/utils/clippingLineUserData.d.ts → dxf-system/utils/clipping-line-user-data.d.ts} +0 -0
- /package/src/{dxfSystem/utils/drawHelper.d.ts → dxf-system/utils/draw-helper.d.ts} +0 -0
- /package/src/{dxfSystem/utils/findDiscrete.d.ts → dxf-system/utils/find-discrete.d.ts} +0 -0
- /package/src/{dxfSystem/utils/findRooms.d.ts → dxf-system/utils/find-rooms.d.ts} +0 -0
- /package/src/{dxfSystem/utils/getWinDrawData.d.ts → dxf-system/utils/get-win-draw-data.d.ts} +0 -0
- /package/src/{dxfSystem/utils/lineSegmentClipping.d.ts → dxf-system/utils/line-clipping.d.ts} +0 -0
- /package/src/{dxfSystem/utils/mergeChains.d.ts → dxf-system/utils/line-merge-chains.d.ts} +0 -0
- /package/src/{dxfSystem/utils/mergeLineUserData.d.ts → dxf-system/utils/line-merge-user-data.d.ts} +0 -0
- /package/src/{dxfSystem/utils/linePipeline/builtin/axisAlignCorr.d.ts → dxf-system/utils/line-pipeline/builtin/axis-align-corr.d.ts} +0 -0
- /package/src/{dxfSystem/utils/linePipeline/builtin/buildGroup/bayWindow.d.ts → dxf-system/utils/line-pipeline/builtin/build-group/bay-window.d.ts} +0 -0
- /package/src/{dxfSystem/utils/linePipeline/builtin/buildGroup/doubleWall.d.ts → dxf-system/utils/line-pipeline/builtin/build-group/double-wall.d.ts} +0 -0
- /package/src/{dxfSystem/utils/linePipeline/builtin/doorSpaceHandle.d.ts → dxf-system/utils/line-pipeline/builtin/door-space-handle.d.ts} +0 -0
- /package/src/{dxfSystem/utils/linePipeline/builtin/removeShortDoubleWall.d.ts → dxf-system/utils/line-pipeline/builtin/remove-short-double-wall.d.ts} +0 -0
- /package/src/{dxfSystem/utils/linePipeline/builtin/wallHeightHandle.d.ts → dxf-system/utils/line-pipeline/builtin/wall-height-handle.d.ts} +0 -0
- /package/src/{dxfSystem/utils/removeDangline.d.ts → dxf-system/utils/remove-dangline.d.ts} +0 -0
- /package/src/utils/{tools → algorithms}/lazy.d.ts +0 -0
- /package/src/utils/{threeObject3D → three-object-3d}/ExtrudeMesh.d.ts +0 -0
- /package/src/utils/{threeObject3D → three-object-3d}/Lines.d.ts +0 -0
- /package/src/utils/{threeObject3D → three-object-3d}/Lines2.d.ts +0 -0
- /package/src/utils/tools/{cloneUserData.d.ts → clone-user-data.d.ts} +0 -0
- /package/src/utils/tools/{createHtml.d.ts → create-html.d.ts} +0 -0
- /package/src/utils/tools/{createPromise.d.ts → create-promise.d.ts} +0 -0
- /package/src/utils/tools/{getJson.d.ts → get-json.d.ts} +0 -0
- /package/src/utils/tools/{isMobile.d.ts → is-mobile.d.ts} +0 -0
- /package/src/utils/tools/{repetitiveTask.d.ts → repetitive-task.d.ts} +0 -0
- /package/src/utils/tools/{selectLocalFile.d.ts → selectLocal-file.d.ts} +0 -0
|
@@ -37,9 +37,9 @@ export declare class PointSpatialHash<T = Record<string, any>> {
|
|
|
37
37
|
*/
|
|
38
38
|
remove(point: Point): this;
|
|
39
39
|
/** 移除点
|
|
40
|
-
* @param
|
|
40
|
+
* @param points
|
|
41
41
|
*/
|
|
42
|
-
removes(
|
|
42
|
+
removes(points: Point[]): this;
|
|
43
43
|
update(point: Point): boolean;
|
|
44
44
|
updates(point: Point[]): void;
|
|
45
45
|
/**
|
|
@@ -53,6 +53,14 @@ export declare class PointSpatialHash<T = Record<string, any>> {
|
|
|
53
53
|
* 清空所有数据
|
|
54
54
|
*/
|
|
55
55
|
clear(): void;
|
|
56
|
+
/** 遍历网格
|
|
57
|
+
* @param minI
|
|
58
|
+
* @param maxI
|
|
59
|
+
* @param minJ
|
|
60
|
+
* @param maxJ
|
|
61
|
+
* @param callback
|
|
62
|
+
*/
|
|
63
|
+
private forEachGrid;
|
|
56
64
|
/**
|
|
57
65
|
* 查询与矩形相交的点
|
|
58
66
|
* @param rectangle 矩形
|
|
@@ -83,7 +91,12 @@ export declare class PointSpatialHash<T = Record<string, any>> {
|
|
|
83
91
|
* @param point
|
|
84
92
|
*/
|
|
85
93
|
queryPoint(point: Point, excludeOneself?: boolean): PvgList<T>;
|
|
86
|
-
|
|
94
|
+
/** 批量查询点
|
|
95
|
+
* @param points
|
|
96
|
+
* @param excludeOneself
|
|
97
|
+
* @returns
|
|
98
|
+
*/
|
|
99
|
+
queryPoints(points: Point[], excludeOneself?: boolean): PvgList<T>;
|
|
87
100
|
/** 获取多边形内的点
|
|
88
101
|
* @param polygon
|
|
89
102
|
*/
|
|
@@ -99,6 +112,10 @@ export declare class PointSpatialHash<T = Record<string, any>> {
|
|
|
99
112
|
point: Point;
|
|
100
113
|
userData: T;
|
|
101
114
|
} | null;
|
|
115
|
+
/** 通过点,从近到远辐射查找,同一格子,不保证远近
|
|
116
|
+
* 返回第一个满足条件的目标
|
|
117
|
+
*/
|
|
118
|
+
nearestSearch(point: Point, fn: (target: Target<T>) => boolean, maxRing?: number): Target<T> | null;
|
|
102
119
|
/**
|
|
103
120
|
* @param point
|
|
104
121
|
*/
|
|
@@ -113,7 +130,7 @@ export declare class PointSpatialHash<T = Record<string, any>> {
|
|
|
113
130
|
* @param lines
|
|
114
131
|
* @returns
|
|
115
132
|
*/
|
|
116
|
-
static from(points: Point[]): PointSpatialHash<number>;
|
|
133
|
+
static from(points: Point[], gridSize?: number): PointSpatialHash<number>;
|
|
117
134
|
/** 通过线段快速创建
|
|
118
135
|
* @param lines
|
|
119
136
|
* @returns
|
package/src/utils/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export * from './algorithms/Box2';
|
|
|
2
2
|
export * from './algorithms/LineIndexGenerator';
|
|
3
3
|
export * from './algorithms/LineSegment';
|
|
4
4
|
export * from './algorithms/LineSegmentUtils';
|
|
5
|
-
export * from './
|
|
5
|
+
export * from './three-object-3d/Lines';
|
|
6
6
|
export * from './algorithms/Map';
|
|
7
7
|
export * from './algorithms/Point';
|
|
8
8
|
export * from './algorithms/PointUtils';
|
|
@@ -11,8 +11,8 @@ export * from './algorithms/Quadtree';
|
|
|
11
11
|
export * from './algorithms/Rectangle';
|
|
12
12
|
export * from './algorithms/UndirectedGraph';
|
|
13
13
|
export * from './algorithms/UnionFindSet';
|
|
14
|
-
export * from './tools/
|
|
15
|
-
export * from './tools/
|
|
14
|
+
export * from './tools/clone-user-data';
|
|
15
|
+
export * from './tools/selectLocal-file';
|
|
16
16
|
export * from './algorithms/PointSpatialHash';
|
|
17
17
|
export * from './command';
|
|
18
18
|
export * from './ecs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
|
|
2
2
|
import { LineSegment } from '../algorithms/LineSegment';
|
|
3
|
-
import { LineUserData } from '../../
|
|
3
|
+
import { LineUserData } from '../../dxf-system/type';
|
|
4
4
|
import { Brush } from 'three-bvh-csg';
|
|
5
5
|
import { Point } from '../algorithms/Point';
|
|
6
6
|
import * as THREE from 'three';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './lineSegmentClipping';
|
|
2
|
-
export * from './linePipeline/builtin/DoubleWallHelper';
|
|
3
|
-
export * from './clippingDoubleWall';
|
|
4
|
-
export * from './clippingLineUserData';
|
|
5
|
-
export * from './findDiscrete';
|
|
6
|
-
export * from './mergeLineUserData';
|
|
7
|
-
export * from './LineGroupType';
|
|
8
|
-
export * from './SceneAutoGenerat';
|
|
9
|
-
export * from './threeVJiaPipeline';
|
|
10
|
-
export { BoundExt } from './linePipeline/builtin/boundExt';
|
|
11
|
-
export * as tools from './tools';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { LineSegment } from '../../../utils/algorithms/LineSegment';
|
|
2
|
-
import { Pipeline } from '../../../utils/algorithms/Pipeline';
|
|
3
|
-
import { LineUserData, SetDataOption } from '../../type';
|
|
4
|
-
export declare class LinePipeline<T = SetDataOption> extends Pipeline<LineSegment[], T> {
|
|
5
|
-
static get builtin(): {
|
|
6
|
-
init: typeof import('./builtin/init').init;
|
|
7
|
-
DoorToHole: typeof import('./builtin/doorToHole').doorToHole;
|
|
8
|
-
AxisAlignCorr: typeof import('./builtin/axisAlignCorr').axisAlignCorr;
|
|
9
|
-
DoorFind: (lines: LineSegment[]) => LineSegment<Record<string, any>>[];
|
|
10
|
-
BoundExt: typeof import('./builtin/boundExt').boundExt;
|
|
11
|
-
DoubleWallAlignment: typeof import('./builtin/doubleWallAlignment').doubleWallAlignment;
|
|
12
|
-
WallHeightHandle: typeof import('./builtin/wallHeightHandle').wallHeightHandle;
|
|
13
|
-
DoorSpaceHandle: typeof import('./builtin/doorSpaceHandle').doorSpaceHandle;
|
|
14
|
-
RemoveShortDoubleWall: typeof import('./builtin/removeShortDoubleWall').removeShortDoubleWall;
|
|
15
|
-
};
|
|
16
|
-
constructor();
|
|
17
|
-
add(handle: (lines: LineSegment<LineUserData>[], option: T) => LineSegment<LineUserData>[]): this;
|
|
18
|
-
clear(): this;
|
|
19
|
-
execute(data: LineSegment<Record<string, any>>[], option: T): LineSegment<Record<string, any>>[];
|
|
20
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/CFComponent.d.ts
RENAMED
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/ClippingLine.d.ts
RENAMED
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/DeleteSelectLine.d.ts
RENAMED
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/DrawDoorLine.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/ManualDistance.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/PointDrag/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/RayDistance.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/TwoPointConnection.d.ts
RENAMED
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/components/CommandFlow/VerticalCorr.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem → dxf-system}/plugins/editor/pages/EditorTool/EditorToolContent.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem/utils/clippingDoubleWall.d.ts → dxf-system/utils/clipping-double-wall.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem/utils/getWinDrawData.d.ts → dxf-system/utils/get-win-draw-data.d.ts}
RENAMED
|
File without changes
|
/package/src/{dxfSystem/utils/lineSegmentClipping.d.ts → dxf-system/utils/line-clipping.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/{dxfSystem/utils/mergeLineUserData.d.ts → dxf-system/utils/line-merge-user-data.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|