build-dxf 0.1.94 → 0.1.96
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 +244 -178
- package/src/index.css +8 -4
- package/src/index3.js +5 -5
- package/src/utils/DxfSystem/components/Dxf.d.ts +3 -3
- package/src/utils/DxfSystem/components/ThreeVJia.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/CFComponent.d.ts +2 -2
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/ClippingLine.d.ts +2 -2
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/Default.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawDoorLine.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawLine.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawWindow.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/ManualDistance.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag/modifyDoor.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag/modifyLine.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag/modifyWindow.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PropertiesPanel.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/RayDistance.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/SelectAll.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/VerticalCorr.d.ts +2 -2
- package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/VerticalCorrContinue.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/Editor/components/RenderManager.d.ts +4 -4
- package/src/utils/DxfSystem/plugin/Editor/pages/PropertiesPanel.vue.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/RenderPlugin/components/ModelDataRender.d.ts +1 -1
- package/src/utils/DxfSystem/plugin/RenderPlugin/components/Renderer.d.ts +2 -2
- package/src/utils/DxfSystem/type.d.ts +4 -4
- package/src/utils/DxfSystem/utils/drawHandle/BayWindowHelper.d.ts +2 -2
- package/src/utils/DxfSystem/utils/drawHandle/CAD.d.ts +3 -3
- package/src/utils/DxfSystem/utils/drawHandle/SceneAutoGenerat.d.ts +1 -1
- package/src/utils/DxfSystem/utils/drawHandle/getWinDrawData.d.ts +3 -3
- package/src/utils/DxfSystem/utils/drawHelper.d.ts +2 -2
- package/src/utils/DxfSystem/utils/lineHandle/BoundExt.d.ts +3 -3
- package/src/utils/DxfSystem/utils/lineHandle/DoorFind.d.ts +5 -5
- package/src/utils/DxfSystem/utils/lineHandle/DoubleWallHelper.d.ts +2 -2
- package/src/utils/DxfSystem/utils/lineHandle/HeightQuery.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/LineGroupType.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/buildGroup/buildBayWindowGroup.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/buildGroup/buildDoubleWallGroup.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/clippingLineUserData.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/findDiscrete.d.ts +5 -5
- package/src/utils/DxfSystem/utils/lineHandle/findVerticalReference.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/lineSegmentClipping.d.ts +1 -1
- package/src/utils/DxfSystem/utils/lineHandle/mergeLineUserData.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/index.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/linesSmoothing.d.ts +3 -3
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/removeQuad.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/boundExt.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/doorSpaceHandle.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/doubleWallAlignment.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/index.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/init.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/removeShortDoubleWall.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/wallHeightHandle.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/WallGroupManager.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/WallInsertObject.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/WallInsertObjectDrawData.d.ts +5 -5
- package/src/utils/DxfSystem/utils/tools/clippingDoubleWall.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/findRooms.d.ts +3 -3
- package/src/utils/DxfSystem/utils/tools/index.d.ts +4 -4
- package/src/utils/DxfSystem/utils/tools/lineDataToThreeVJiaJson.d.ts +2 -2
- package/src/utils/DxfSystem/utils/tools/mergeChains.d.ts +1 -1
- package/src/utils/DxfSystem/utils/tools/removeDangline.d.ts +1 -1
- package/src/utils/algorithms/AlignToParallelSegments.d.ts +23 -0
- package/src/utils/{algorithmsStructures → algorithms}/LineQueryer.d.ts +2 -2
- package/src/utils/{algorithmsStructures → algorithms}/LineSegment.d.ts +1 -1
- package/src/utils/{algorithmsStructures → algorithms}/LineSegmentUtils.d.ts +6 -1
- package/src/utils/{algorithmsStructures → algorithms}/MiniCircles.d.ts +2 -2
- package/src/utils/{algorithmsStructures → algorithms}/Point.d.ts +7 -0
- package/src/utils/{algorithmsStructures/PointVirtualGrid.d.ts → algorithms/PointSpatialHash.d.ts} +14 -8
- package/src/utils/index.d.ts +17 -17
- package/src/utils/modelScenario/bayWindow.d.ts +1 -1
- package/src/utils/modelScenario/scenario.d.ts +2 -2
- package/src/utils/threeObject3D/ExtrudeMesh.d.ts +1 -1
- package/src/utils/algorithmsStructures/AlignToParallelSegments.d.ts +0 -8
- /package/src/utils/{algorithmsStructures → algorithms}/AxisAlignCorr.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Box2.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/ConvexHullGraham.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Debouncing.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/LineIndexGenerator.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Map.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/MaxiCircles.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/OBB.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/PCSparseOctree.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Pipeline.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/PointUtils.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Polygon.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Quadtree.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/Rectangle.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/UndirectedGraph.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/UnionFindSet.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/ccw.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/mergeUShapedPath.d.ts +0 -0
- /package/src/utils/{algorithmsStructures → algorithms}/stepElimination.d.ts +0 -0