build-dxf 0.1.99 → 0.1.100
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 +6048 -6004
- package/src/{utils/DxfSystem → dxfSystem}/DxfSystem.d.ts +2 -2
- package/src/{build.d.ts → dxfSystem/build.d.ts} +10 -10
- package/src/{utils/DxfSystem → dxfSystem}/components/CorrectionDxf.d.ts +0 -10
- package/src/{utils/DxfSystem → dxfSystem}/components/Dxf.d.ts +6 -30
- package/src/{utils/DxfSystem → dxfSystem}/components/ThreeVJia.d.ts +3 -3
- package/src/{utils/DxfSystem → dxfSystem}/components/Variable.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/CFComponent.d.ts +11 -11
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/ClippingLine.d.ts +4 -4
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/Default.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DeleteSelectLine.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DrawDoorLine.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DrawLine.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/DrawWindow.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/ManualDistance.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/MergeLine.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/index.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/modifyDoor.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/modifyLine.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PointDrag/modifyWindow.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/PropertiesPanel.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/RayDistance.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/SelectAll.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/TwoLineConnectionLine.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/TwoPointConnection.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/VerticalCorr.d.ts +4 -4
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/VerticalCorrContinue.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/VerticalReferenceLine.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/CommandFlow/ViewAngle.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/Editor.d.ts +3 -3
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/RenderManager.d.ts +6 -6
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/EditorTool/EditorTool.vue.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/PropertiesPanel.vue.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/components/DxfLineModel.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/components/WhiteModel.d.ts +2 -2
- package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/DomContainer.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/DomEventRegister.d.ts +1 -1
- package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/EventInput.d.ts +2 -2
- package/src/dxfSystem/plugins/renderPlugin/components/ModelDataRender.d.ts +13 -0
- package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/Renderer.d.ts +3 -3
- package/src/{utils/DxfSystem → dxfSystem}/type.d.ts +4 -4
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/DoubleWallHelper.d.ts +3 -3
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/LineGroupType.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallGroupManager.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallInsertObject.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallInsertObjectDrawData.d.ts +4 -4
- package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/clippingDoubleWall.d.ts +1 -1
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/clippingLineUserData.d.ts +2 -2
- package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/BayWindowHelper.d.ts +3 -2
- package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/CAD.d.ts +4 -4
- package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/SceneAutoGenerat.d.ts +1 -1
- package/src/{utils/DxfSystem → dxfSystem}/utils/drawHandle/getWinDrawData.d.ts +2 -2
- package/src/{utils/DxfSystem → dxfSystem}/utils/drawHelper.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/findDiscrete.d.ts +4 -4
- package/src/dxfSystem/utils/findDominantDirectionLine.d.ts +2 -0
- package/src/dxfSystem/utils/findRooms.d.ts +13 -0
- package/src/dxfSystem/utils/index.d.ts +11 -0
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils/linePipeline/builtin}/DoorFind.d.ts +5 -5
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils/linePipeline/builtin}/HeightQuery.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/index.d.ts → dxfSystem/utils/linePipeline/builtin/axisAlignCorr.d.ts} +2 -2
- package/src/{utils/DxfSystem/utils/lineHandle/BoundExt.d.ts → dxfSystem/utils/linePipeline/builtin/boundExt.d.ts} +10 -5
- package/src/{utils/DxfSystem/utils/lineHandle/buildGroup/buildBayWindowGroup.d.ts → dxfSystem/utils/linePipeline/builtin/buildGroup/bayWindow.d.ts} +2 -2
- package/src/{utils/DxfSystem/utils/lineHandle/buildGroup/buildDoubleWallGroup.d.ts → dxfSystem/utils/linePipeline/builtin/buildGroup/doubleWall.d.ts} +2 -2
- package/src/dxfSystem/utils/linePipeline/builtin/buildGroup/index.d.ts +7 -0
- package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/doorSpaceHandle.d.ts +1 -1
- package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/doubleWallAlignment.d.ts +1 -1
- package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/index.d.ts +5 -5
- package/src/dxfSystem/utils/linePipeline/builtin/init.d.ts +8 -0
- package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/removeShortDoubleWall.d.ts +1 -1
- package/src/{utils/DxfSystem/utils/tools/DxfPreProcessor → dxfSystem/utils/linePipeline/builtin}/wallHeightHandle.d.ts +1 -1
- package/src/dxfSystem/utils/linePipeline/index.d.ts +19 -0
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/lineSegmentClipping.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/mergeChains.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/lineHandle → dxfSystem/utils}/mergeLineUserData.d.ts +2 -2
- package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/removeDangline.d.ts +1 -1
- package/src/{utils/DxfSystem/utils/tools/lineDataToThreeVJiaJson.d.ts → dxfSystem/utils/toThreeVJiaJson.d.ts} +8 -8
- package/src/{utils/DxfSystem/utils/tools/index.d.ts → dxfSystem/utils/tools.d.ts} +5 -5
- package/src/index.css +4 -4
- package/src/index3.js +5 -5
- package/src/utils/algorithms/Pipeline.d.ts +1 -0
- package/src/utils/{CommandManager → command}/CommandFlow.d.ts +1 -1
- package/src/utils/{CommandManager/CommandManager.d.ts → command/CommandSystem.d.ts} +1 -1
- package/src/utils/command/index.d.ts +2 -0
- package/src/utils/ecs/Component.d.ts +18 -0
- package/src/utils/{ComponentManager/ComponentManager.d.ts → ecs/ComponentSystem.d.ts} +2 -2
- package/src/utils/ecs/index.d.ts +4 -0
- package/src/utils/index.d.ts +4 -4
- package/src/utils/modelScenario/scenario.d.ts +1 -1
- package/src/utils/CommandManager/index.d.ts +0 -2
- package/src/utils/ComponentManager/Component.d.ts +0 -18
- package/src/utils/ComponentManager/index.d.ts +0 -4
- package/src/utils/DxfSystem/plugin/RenderPlugin/components/ModelDataRender.d.ts +0 -13
- package/src/utils/DxfSystem/utils/index.d.ts +0 -12
- package/src/utils/DxfSystem/utils/lineHandle/buildGroup/index.d.ts +0 -2
- package/src/utils/DxfSystem/utils/lineHandle/findVerticalReference.d.ts +0 -2
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/linesSmoothing.d.ts +0 -3
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/axisAlignCorr/removeQuad.d.ts +0 -6
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/boundExt.d.ts +0 -8
- package/src/utils/DxfSystem/utils/tools/DxfPreProcessor/init.d.ts +0 -8
- package/src/utils/DxfSystem/utils/tools/findRooms.d.ts +0 -13
- /package/src/{utils/DxfSystem → dxfSystem}/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/EditorPlugin.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/components/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/EditorTool/EditorToolContent.vue.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/pages/components/Input.vue.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/Editor → dxfSystem/plugins/editor}/type.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin → dxfSystem/plugins}/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/components/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/ModelDataPlugin → dxfSystem/plugins/modelDataPlugin}/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/components/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/plugin/RenderPlugin → dxfSystem/plugins/renderPlugin}/index.d.ts +0 -0
- /package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/LoadModel.d.ts +0 -0
- /package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/WallDrawManager.d.ts +0 -0
- /package/src/{utils/DxfSystem/utils/tools → dxfSystem/utils}/ZHouseMockData.d.ts +0 -0
- /package/src/utils/{ComponentManager/EventDispatcher.d.ts → EventDispatcher.d.ts} +0 -0
- /package/src/utils/{ComponentManager → algorithms}/uuid.d.ts +0 -0