build-dxf 0.1.99 → 0.1.101

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 (119) hide show
  1. package/package.json +1 -1
  2. package/src/build.js +5060 -5012
  3. package/src/{utils/DxfSystem → dxfSystem}/DxfSystem.d.ts +2 -2
  4. package/src/{build.d.ts → dxfSystem/build.d.ts} +10 -10
  5. package/src/{utils/DxfSystem → dxfSystem}/components/CorrectionDxf.d.ts +0 -10
  6. package/src/{utils/DxfSystem → dxfSystem}/components/Dxf.d.ts +6 -30
  7. package/src/{utils/DxfSystem → dxfSystem}/components/ThreeVJia.d.ts +3 -3
  8. package/src/{utils/DxfSystem → dxfSystem}/components/Variable.d.ts +1 -1
  9. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/CFComponent.d.ts +11 -11
  10. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/ClippingLine.d.ts +4 -4
  11. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/Default.d.ts +1 -1
  12. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DeleteSelectLine.d.ts +2 -2
  13. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DrawDoorLine.d.ts +3 -3
  14. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DrawLine.d.ts +3 -3
  15. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DrawWindow.d.ts +3 -3
  16. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/ManualDistance.d.ts +3 -3
  17. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/MergeLine.d.ts +2 -2
  18. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/index.d.ts +2 -2
  19. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/modifyDoor.d.ts +1 -1
  20. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/modifyLine.d.ts +1 -1
  21. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/modifyWindow.d.ts +1 -1
  22. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PropertiesPanel.d.ts +3 -3
  23. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/RayDistance.d.ts +3 -3
  24. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/SelectAll.d.ts +3 -3
  25. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/TwoLineConnectionLine.d.ts +2 -2
  26. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/TwoPointConnection.d.ts +2 -2
  27. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/VerticalCorr.d.ts +4 -4
  28. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/VerticalCorrContinue.d.ts +3 -3
  29. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/VerticalReferenceLine.d.ts +2 -2
  30. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/ViewAngle.d.ts +2 -2
  31. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/Editor.d.ts +3 -3
  32. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/RenderManager.d.ts +6 -6
  33. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/EditorTool/EditorTool.vue.d.ts +1 -1
  34. package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/PropertiesPanel.vue.d.ts +1 -1
  35. package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/components/DxfLineModel.d.ts +2 -2
  36. package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/components/WhiteModel.d.ts +2 -2
  37. package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/DomContainer.d.ts +1 -1
  38. package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/DomEventRegister.d.ts +1 -1
  39. package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/EventInput.d.ts +2 -2
  40. package/src/dxfSystem/plugins/renderPlugin/components/ModelDataRender.d.ts +13 -0
  41. package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/Renderer.d.ts +3 -3
  42. package/src/{utils/DxfSystem → dxfSystem}/type.d.ts +4 -4
  43. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/DoubleWallHelper.d.ts +3 -3
  44. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/LineGroupType.d.ts +2 -2
  45. package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallGroupManager.d.ts +2 -2
  46. package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallInsertObject.d.ts +2 -2
  47. package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallInsertObjectDrawData.d.ts +4 -4
  48. package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/clippingDoubleWall.d.ts +1 -1
  49. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/clippingLineUserData.d.ts +2 -2
  50. package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/BayWindowHelper.d.ts +3 -2
  51. package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/CAD.d.ts +4 -4
  52. package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/SceneAutoGenerat.d.ts +1 -1
  53. package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/getWinDrawData.d.ts +2 -2
  54. package/src/{utils/DxfSystem → dxfSystem}/utils/drawHelper.d.ts +2 -2
  55. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/findDiscrete.d.ts +4 -4
  56. package/src/dxfSystem/utils/findDominantDirectionLine.d.ts +2 -0
  57. package/src/dxfSystem/utils/findRooms.d.ts +13 -0
  58. package/src/dxfSystem/utils/index.d.ts +11 -0
  59. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils/linePipeline/builtin}/DoorFind.d.ts +5 -5
  60. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils/linePipeline/builtin}/HeightQuery.d.ts +2 -2
  61. package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/index.d.ts → dxfSystem/utils/linePipeline/builtin/axisAlignCorr.d.ts} +2 -2
  62. package/src/{utils/DxfSystem/utils/lineHandle/BoundExt.d.ts → dxfSystem/utils/linePipeline/builtin/boundExt.d.ts} +11 -5
  63. package/src/{utils/DxfSystem/utils/lineHandle/buildGroup/buildBayWindowGroup.d.ts → dxfSystem/utils/linePipeline/builtin/buildGroup/bayWindow.d.ts} +2 -2
  64. package/src/{utils/DxfSystem/utils/lineHandle/buildGroup/buildDoubleWallGroup.d.ts → dxfSystem/utils/linePipeline/builtin/buildGroup/doubleWall.d.ts} +2 -2
  65. package/src/dxfSystem/utils/linePipeline/builtin/buildGroup/index.d.ts +7 -0
  66. package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/doorSpaceHandle.d.ts +1 -1
  67. package/src/dxfSystem/utils/linePipeline/builtin/doorToHole.d.ts +9 -0
  68. package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/doubleWallAlignment.d.ts +1 -1
  69. package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/index.d.ts +7 -5
  70. package/src/dxfSystem/utils/linePipeline/builtin/init.d.ts +8 -0
  71. package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/removeShortDoubleWall.d.ts +1 -1
  72. package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/wallHeightHandle.d.ts +1 -1
  73. package/src/dxfSystem/utils/linePipeline/index.d.ts +20 -0
  74. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/lineSegmentClipping.d.ts +2 -2
  75. package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/mergeChains.d.ts +2 -2
  76. package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/mergeLineUserData.d.ts +2 -2
  77. package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/removeDangline.d.ts +1 -1
  78. package/src/{utils/DxfSystem/utils/tools/lineDataToThreeVJiaJson.d.ts → dxfSystem/utils/toThreeVJiaJson.d.ts} +8 -8
  79. package/src/{utils/DxfSystem/utils/tools/index.d.ts → dxfSystem/utils/tools.d.ts} +5 -5
  80. package/src/index.css +4 -4
  81. package/src/index3.js +5 -5
  82. package/src/utils/algorithms/Pipeline.d.ts +1 -0
  83. package/src/utils/{CommandManager → command}/CommandFlow.d.ts +1 -1
  84. package/src/utils/{CommandManager/CommandManager.d.ts → command/CommandSystem.d.ts} +1 -1
  85. package/src/utils/command/index.d.ts +2 -0
  86. package/src/utils/ecs/Component.d.ts +18 -0
  87. package/src/utils/{ComponentManager/ComponentManager.d.ts → ecs/ComponentSystem.d.ts} +2 -2
  88. package/src/utils/ecs/index.d.ts +4 -0
  89. package/src/utils/index.d.ts +4 -4
  90. package/src/utils/modelScenario/scenario.d.ts +1 -1
  91. package/src/utils/CommandManager/index.d.ts +0 -2
  92. package/src/utils/ComponentManager/Component.d.ts +0 -18
  93. package/src/utils/ComponentManager/index.d.ts +0 -4
  94. package/src/utils/DxfSystem/plugin/RenderPlugin/components/ModelDataRender.d.ts +0 -13
  95. package/src/utils/DxfSystem/utils/index.d.ts +0 -12
  96. package/src/utils/DxfSystem/utils/lineHandle/buildGroup/index.d.ts +0 -2
  97. package/src/utils/DxfSystem/utils/lineHandle/findVerticalReference.d.ts +0 -2
  98. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/linesSmoothing.d.ts +0 -3
  99. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/removeQuad.d.ts +0 -6
  100. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/boundExt.d.ts +0 -8
  101. package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/init.d.ts +0 -8
  102. package/src/utils/DxfSystem/utils/tools/findRooms.d.ts +0 -13
  103. /package/src/{utils/DxfSystem → dxfSystem}/index.d.ts +0 -0
  104. /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/EditorPlugin.d.ts +0 -0
  105. /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/index.d.ts +0 -0
  106. /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/index.d.ts +0 -0
  107. /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/EditorTool/EditorToolContent.vue.d.ts +0 -0
  108. /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/components/Input.vue.d.ts +0 -0
  109. /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/type.d.ts +0 -0
  110. /package/src/{utils/DxfSystem/plugin → dxfSystem/plugins}/index.d.ts +0 -0
  111. /package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/components/index.d.ts +0 -0
  112. /package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/index.d.ts +0 -0
  113. /package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/index.d.ts +0 -0
  114. /package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/index.d.ts +0 -0
  115. /package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/LoadModel.d.ts +0 -0
  116. /package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallDrawManager.d.ts +0 -0
  117. /package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/ZHouseMockData.d.ts +0 -0
  118. /package/src/utils/{ComponentManager/EventDispatcher.d.ts → EventDispatcher.d.ts} +0 -0
  119. /package/src/utils/{ComponentManager → algorithms}/uuid.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-dxf",
3
- "version": "0.1.99",
3
+ "version": "0.1.101",
4
4
  "description": "线段构建双线墙壁的dxf版本",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",