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.
Files changed (93) hide show
  1. package/package.json +1 -1
  2. package/src/build.js +244 -178
  3. package/src/index.css +8 -4
  4. package/src/index3.js +5 -5
  5. package/src/utils/DxfSystem/components/Dxf.d.ts +3 -3
  6. package/src/utils/DxfSystem/components/ThreeVJia.d.ts +1 -1
  7. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/CFComponent.d.ts +2 -2
  8. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/ClippingLine.d.ts +2 -2
  9. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/Default.d.ts +1 -1
  10. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawDoorLine.d.ts +1 -1
  11. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawLine.d.ts +1 -1
  12. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/DrawWindow.d.ts +1 -1
  13. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/ManualDistance.d.ts +1 -1
  14. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag/modifyDoor.d.ts +1 -1
  15. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag/modifyLine.d.ts +1 -1
  16. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PointDrag/modifyWindow.d.ts +1 -1
  17. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/PropertiesPanel.d.ts +1 -1
  18. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/RayDistance.d.ts +1 -1
  19. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/SelectAll.d.ts +1 -1
  20. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/VerticalCorr.d.ts +2 -2
  21. package/src/utils/DxfSystem/plugin/Editor/components/CommandFlow/VerticalCorrContinue.d.ts +1 -1
  22. package/src/utils/DxfSystem/plugin/Editor/components/RenderManager.d.ts +4 -4
  23. package/src/utils/DxfSystem/plugin/Editor/pages/PropertiesPanel.vue.d.ts +1 -1
  24. package/src/utils/DxfSystem/plugin/RenderPlugin/components/ModelDataRender.d.ts +1 -1
  25. package/src/utils/DxfSystem/plugin/RenderPlugin/components/Renderer.d.ts +2 -2
  26. package/src/utils/DxfSystem/type.d.ts +4 -4
  27. package/src/utils/DxfSystem/utils/drawHandle/BayWindowHelper.d.ts +2 -2
  28. package/src/utils/DxfSystem/utils/drawHandle/CAD.d.ts +3 -3
  29. package/src/utils/DxfSystem/utils/drawHandle/SceneAutoGenerat.d.ts +1 -1
  30. package/src/utils/DxfSystem/utils/drawHandle/getWinDrawData.d.ts +3 -3
  31. package/src/utils/DxfSystem/utils/drawHelper.d.ts +2 -2
  32. package/src/utils/DxfSystem/utils/lineHandle/BoundExt.d.ts +3 -3
  33. package/src/utils/DxfSystem/utils/lineHandle/DoorFind.d.ts +5 -5
  34. package/src/utils/DxfSystem/utils/lineHandle/DoubleWallHelper.d.ts +2 -2
  35. package/src/utils/DxfSystem/utils/lineHandle/HeightQuery.d.ts +1 -1
  36. package/src/utils/DxfSystem/utils/lineHandle/LineGroupType.d.ts +1 -1
  37. package/src/utils/DxfSystem/utils/lineHandle/buildGroup/buildBayWindowGroup.d.ts +1 -1
  38. package/src/utils/DxfSystem/utils/lineHandle/buildGroup/buildDoubleWallGroup.d.ts +1 -1
  39. package/src/utils/DxfSystem/utils/lineHandle/clippingLineUserData.d.ts +1 -1
  40. package/src/utils/DxfSystem/utils/lineHandle/findDiscrete.d.ts +5 -5
  41. package/src/utils/DxfSystem/utils/lineHandle/findVerticalReference.d.ts +1 -1
  42. package/src/utils/DxfSystem/utils/lineHandle/lineSegmentClipping.d.ts +1 -1
  43. package/src/utils/DxfSystem/utils/lineHandle/mergeLineUserData.d.ts +1 -1
  44. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/index.d.ts +1 -1
  45. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/linesSmoothing.d.ts +3 -3
  46. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/removeQuad.d.ts +1 -1
  47. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/boundExt.d.ts +1 -1
  48. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/doorSpaceHandle.d.ts +1 -1
  49. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/doubleWallAlignment.d.ts +1 -1
  50. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/index.d.ts +1 -1
  51. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/init.d.ts +1 -1
  52. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/removeShortDoubleWall.d.ts +1 -1
  53. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/wallHeightHandle.d.ts +1 -1
  54. package/src/utils/DxfSystem/utils/tools/WallGroupManager.d.ts +1 -1
  55. package/src/utils/DxfSystem/utils/tools/WallInsertObject.d.ts +1 -1
  56. package/src/utils/DxfSystem/utils/tools/WallInsertObjectDrawData.d.ts +5 -5
  57. package/src/utils/DxfSystem/utils/tools/clippingDoubleWall.d.ts +1 -1
  58. package/src/utils/DxfSystem/utils/tools/findRooms.d.ts +3 -3
  59. package/src/utils/DxfSystem/utils/tools/index.d.ts +4 -4
  60. package/src/utils/DxfSystem/utils/tools/lineDataToThreeVJiaJson.d.ts +2 -2
  61. package/src/utils/DxfSystem/utils/tools/mergeChains.d.ts +1 -1
  62. package/src/utils/DxfSystem/utils/tools/removeDangline.d.ts +1 -1
  63. package/src/utils/algorithms/AlignToParallelSegments.d.ts +23 -0
  64. package/src/utils/{algorithmsStructures → algorithms}/LineQueryer.d.ts +2 -2
  65. package/src/utils/{algorithmsStructures → algorithms}/LineSegment.d.ts +1 -1
  66. package/src/utils/{algorithmsStructures → algorithms}/LineSegmentUtils.d.ts +6 -1
  67. package/src/utils/{algorithmsStructures → algorithms}/MiniCircles.d.ts +2 -2
  68. package/src/utils/{algorithmsStructures → algorithms}/Point.d.ts +7 -0
  69. package/src/utils/{algorithmsStructures/PointVirtualGrid.d.ts → algorithms/PointSpatialHash.d.ts} +14 -8
  70. package/src/utils/index.d.ts +17 -17
  71. package/src/utils/modelScenario/bayWindow.d.ts +1 -1
  72. package/src/utils/modelScenario/scenario.d.ts +2 -2
  73. package/src/utils/threeObject3D/ExtrudeMesh.d.ts +1 -1
  74. package/src/utils/algorithmsStructures/AlignToParallelSegments.d.ts +0 -8
  75. /package/src/utils/{algorithmsStructures → algorithms}/AxisAlignCorr.d.ts +0 -0
  76. /package/src/utils/{algorithmsStructures → algorithms}/Box2.d.ts +0 -0
  77. /package/src/utils/{algorithmsStructures → algorithms}/ConvexHullGraham.d.ts +0 -0
  78. /package/src/utils/{algorithmsStructures → algorithms}/Debouncing.d.ts +0 -0
  79. /package/src/utils/{algorithmsStructures → algorithms}/LineIndexGenerator.d.ts +0 -0
  80. /package/src/utils/{algorithmsStructures → algorithms}/Map.d.ts +0 -0
  81. /package/src/utils/{algorithmsStructures → algorithms}/MaxiCircles.d.ts +0 -0
  82. /package/src/utils/{algorithmsStructures → algorithms}/OBB.d.ts +0 -0
  83. /package/src/utils/{algorithmsStructures → algorithms}/PCSparseOctree.d.ts +0 -0
  84. /package/src/utils/{algorithmsStructures → algorithms}/Pipeline.d.ts +0 -0
  85. /package/src/utils/{algorithmsStructures → algorithms}/PointUtils.d.ts +0 -0
  86. /package/src/utils/{algorithmsStructures → algorithms}/Polygon.d.ts +0 -0
  87. /package/src/utils/{algorithmsStructures → algorithms}/Quadtree.d.ts +0 -0
  88. /package/src/utils/{algorithmsStructures → algorithms}/Rectangle.d.ts +0 -0
  89. /package/src/utils/{algorithmsStructures → algorithms}/UndirectedGraph.d.ts +0 -0
  90. /package/src/utils/{algorithmsStructures → algorithms}/UnionFindSet.d.ts +0 -0
  91. /package/src/utils/{algorithmsStructures → algorithms}/ccw.d.ts +0 -0
  92. /package/src/utils/{algorithmsStructures → algorithms}/mergeUShapedPath.d.ts +0 -0
  93. /package/src/utils/{algorithmsStructures → algorithms}/stepElimination.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.94",
3
+ "version": "0.1.96",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",