chili3d 0.6.7 → 0.7.0
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/192.index.js +1 -0
- package/{chili-ui/src/mainWindow.module.css → 682.index.css} +1 -0
- package/682.index.js +1 -0
- package/index.css +1902 -0
- package/index.d.ts +76 -0
- package/{chili-wasm/lib/chili-wasm.wasm → index.js} +0 -0
- package/package.json +44 -32
- package/README.md +0 -96
- package/chili/package.json +0 -16
- package/chili/src/application.ts +0 -200
- package/chili/src/bodys/arc.ts +0 -61
- package/chili/src/bodys/boolean.ts +0 -32
- package/chili/src/bodys/box.ts +0 -73
- package/chili/src/bodys/circle.ts +0 -57
- package/chili/src/bodys/cone.ts +0 -64
- package/chili/src/bodys/cylinder.ts +0 -69
- package/chili/src/bodys/ellipse.ts +0 -85
- package/chili/src/bodys/face.ts +0 -72
- package/chili/src/bodys/fuse.ts +0 -44
- package/chili/src/bodys/index.ts +0 -16
- package/chili/src/bodys/line.ts +0 -48
- package/chili/src/bodys/polygon.ts +0 -40
- package/chili/src/bodys/prism.ts +0 -49
- package/chili/src/bodys/pyramid.ts +0 -64
- package/chili/src/bodys/rect.ts +0 -69
- package/chili/src/bodys/revolve.ts +0 -54
- package/chili/src/bodys/sphere.ts +0 -48
- package/chili/src/bodys/sweep.ts +0 -67
- package/chili/src/bodys/wire.ts +0 -36
- package/chili/src/commands/application/index.ts +0 -10
- package/chili/src/commands/application/newDocument.ts +0 -17
- package/chili/src/commands/application/openDocument.ts +0 -35
- package/chili/src/commands/application/performanceTest.ts +0 -64
- package/chili/src/commands/application/saveDocument.ts +0 -24
- package/chili/src/commands/application/toFile.ts +0 -35
- package/chili/src/commands/application/toggleDynamicWorkplane.ts +0 -15
- package/chili/src/commands/application/wechatGroup.ts +0 -42
- package/chili/src/commands/boolean.ts +0 -109
- package/chili/src/commands/create/arc.ts +0 -110
- package/chili/src/commands/create/bezier.ts +0 -116
- package/chili/src/commands/create/box.ts +0 -59
- package/chili/src/commands/create/circle.ts +0 -54
- package/chili/src/commands/create/cone.ts +0 -104
- package/chili/src/commands/create/converter.ts +0 -159
- package/chili/src/commands/create/copySubShape.ts +0 -37
- package/chili/src/commands/create/curveProjection.ts +0 -61
- package/chili/src/commands/create/cylinder.ts +0 -96
- package/chili/src/commands/create/ellipse.ts +0 -95
- package/chili/src/commands/create/group.ts +0 -205
- package/chili/src/commands/create/index.ts +0 -26
- package/chili/src/commands/create/line.ts +0 -61
- package/chili/src/commands/create/loft.ts +0 -149
- package/chili/src/commands/create/offset.ts +0 -131
- package/chili/src/commands/create/polygon.ts +0 -104
- package/chili/src/commands/create/prism.ts +0 -52
- package/chili/src/commands/create/pyramid.ts +0 -56
- package/chili/src/commands/create/rect.ts +0 -105
- package/chili/src/commands/create/revolve.ts +0 -62
- package/chili/src/commands/create/section.ts +0 -31
- package/chili/src/commands/create/sphere.ts +0 -48
- package/chili/src/commands/create/sweep.ts +0 -39
- package/chili/src/commands/create/thickSolid.ts +0 -50
- package/chili/src/commands/createActCommand.ts +0 -26
- package/chili/src/commands/createCommand.ts +0 -41
- package/chili/src/commands/delete.ts +0 -38
- package/chili/src/commands/folder.ts +0 -18
- package/chili/src/commands/importExport.ts +0 -97
- package/chili/src/commands/index.ts +0 -17
- package/chili/src/commands/measure/angle.ts +0 -130
- package/chili/src/commands/measure/index.ts +0 -6
- package/chili/src/commands/measure/length.ts +0 -57
- package/chili/src/commands/measure/select.module.css +0 -68
- package/chili/src/commands/measure/select.ts +0 -228
- package/chili/src/commands/modify/array.ts +0 -447
- package/chili/src/commands/modify/break.ts +0 -78
- package/chili/src/commands/modify/brush.ts +0 -100
- package/chili/src/commands/modify/chamfer.ts +0 -70
- package/chili/src/commands/modify/explode.ts +0 -91
- package/chili/src/commands/modify/fillet.ts +0 -69
- package/chili/src/commands/modify/index.ts +0 -16
- package/chili/src/commands/modify/mirror.ts +0 -49
- package/chili/src/commands/modify/move.ts +0 -39
- package/chili/src/commands/modify/removeFeature.ts +0 -56
- package/chili/src/commands/modify/removeSubShapes.ts +0 -44
- package/chili/src/commands/modify/rotate.ts +0 -112
- package/chili/src/commands/modify/split.ts +0 -81
- package/chili/src/commands/modify/transformedCommand.ts +0 -100
- package/chili/src/commands/modify/trim.ts +0 -254
- package/chili/src/commands/multistepCommand.ts +0 -125
- package/chili/src/commands/redo.ts +0 -16
- package/chili/src/commands/undo.ts +0 -16
- package/chili/src/commands/workingPlane.ts +0 -150
- package/chili/src/comparers/NumberEqualityComparer.ts +0 -12
- package/chili/src/comparers/XYZEqualityComparer.ts +0 -12
- package/chili/src/comparers/index.ts +0 -5
- package/chili/src/document.ts +0 -145
- package/chili/src/editEventHandler.ts +0 -20
- package/chili/src/index.ts +0 -12
- package/chili/src/selection.ts +0 -178
- package/chili/src/services/commandService.ts +0 -105
- package/chili/src/services/editorService.ts +0 -46
- package/chili/src/services/hotkeyService.ts +0 -102
- package/chili/src/services/index.ts +0 -6
- package/chili/src/snap/dimension.ts +0 -33
- package/chili/src/snap/handlers/angleSnapEventHandler.ts +0 -60
- package/chili/src/snap/handlers/index.ts +0 -7
- package/chili/src/snap/handlers/lengthSnapEventHandler.ts +0 -117
- package/chili/src/snap/handlers/pointSnapEventHandler.ts +0 -176
- package/chili/src/snap/handlers/snapEventHandler.ts +0 -288
- package/chili/src/snap/index.ts +0 -6
- package/chili/src/snap/snap.ts +0 -50
- package/chili/src/snap/snaps/axisSnap.ts +0 -57
- package/chili/src/snap/snaps/baseSnap.ts +0 -69
- package/chili/src/snap/snaps/featurePointStrategy.ts +0 -64
- package/chili/src/snap/snaps/index.ts +0 -7
- package/chili/src/snap/snaps/objectSnap.ts +0 -264
- package/chili/src/snap/snaps/planeSnap.ts +0 -55
- package/chili/src/snap/snaps/pointOnCurveSnap.ts +0 -24
- package/chili/src/snap/tracking/axis.ts +0 -32
- package/chili/src/snap/tracking/axisTracking.ts +0 -46
- package/chili/src/snap/tracking/index.ts +0 -6
- package/chili/src/snap/tracking/objectTracking.ts +0 -90
- package/chili/src/snap/tracking/trackingBase.ts +0 -40
- package/chili/src/snap/tracking/trackingSnap.ts +0 -201
- package/chili/src/step/angleStep.ts +0 -32
- package/chili/src/step/index.ts +0 -8
- package/chili/src/step/lengthStep.ts +0 -32
- package/chili/src/step/pointStep.ts +0 -87
- package/chili/src/step/selectStep.ts +0 -130
- package/chili/src/step/step.ts +0 -55
- package/chili/src/utils.ts +0 -19
- package/chili-builder/package.json +0 -18
- package/chili-builder/src/additionalModule.ts +0 -15
- package/chili-builder/src/appBuilder.ts +0 -176
- package/chili-builder/src/defaultDataExchange.ts +0 -152
- package/chili-builder/src/index.ts +0 -5
- package/chili-builder/src/ribbon.ts +0 -129
- package/chili-controls/package.json +0 -14
- package/chili-controls/src/collection.ts +0 -96
- package/chili-controls/src/controls.ts +0 -83
- package/chili-controls/src/converters/colorConverter.ts +0 -39
- package/chili-controls/src/converters/index.ts +0 -8
- package/chili-controls/src/converters/numberConverter.ts +0 -15
- package/chili-controls/src/converters/stringConverter.ts +0 -13
- package/chili-controls/src/converters/urlConverter.ts +0 -10
- package/chili-controls/src/converters/xyzConverter.ts +0 -28
- package/chili-controls/src/expander/expander.module.css +0 -38
- package/chili-controls/src/expander/expander.ts +0 -59
- package/chili-controls/src/expander/index.ts +0 -4
- package/chili-controls/src/htmlProps.ts +0 -10
- package/chili-controls/src/index.ts +0 -10
- package/chili-controls/src/radioGroup.module.css +0 -20
- package/chili-controls/src/radioGroup.ts +0 -54
- package/chili-controls/src/utils.ts +0 -20
- package/chili-core/package.json +0 -12
- package/chili-core/src/application.ts +0 -38
- package/chili-core/src/command/command.ts +0 -154
- package/chili-core/src/command/commandKeys.ts +0 -8
- package/chili-core/src/command/decarator.ts +0 -43
- package/chili-core/src/command/index.ts +0 -6
- package/chili-core/src/config.ts +0 -145
- package/chili-core/src/constants.ts +0 -8
- package/chili-core/src/dataExchange.ts +0 -12
- package/chili-core/src/document.ts +0 -25
- package/chili-core/src/editor.ts +0 -12
- package/chili-core/src/foundation/asyncController.ts +0 -55
- package/chili-core/src/foundation/binding.ts +0 -132
- package/chili-core/src/foundation/collection.ts +0 -208
- package/chili-core/src/foundation/converter.ts +0 -9
- package/chili-core/src/foundation/deepObserver.ts +0 -154
- package/chili-core/src/foundation/disposable.ts +0 -18
- package/chili-core/src/foundation/dto/index.ts +0 -9
- package/chili-core/src/foundation/equalityComparer.ts +0 -6
- package/chili-core/src/foundation/gc.ts +0 -36
- package/chili-core/src/foundation/history.ts +0 -237
- package/chili-core/src/foundation/id.ts +0 -25
- package/chili-core/src/foundation/index.ts +0 -26
- package/chili-core/src/foundation/lazy.ts +0 -18
- package/chili-core/src/foundation/linkedList.ts +0 -141
- package/chili-core/src/foundation/logger.ts +0 -45
- package/chili-core/src/foundation/messageType.ts +0 -8
- package/chili-core/src/foundation/objectStorage.ts +0 -50
- package/chili-core/src/foundation/observer.ts +0 -147
- package/chili-core/src/foundation/precision.ts +0 -8
- package/chili-core/src/foundation/pubsub.ts +0 -74
- package/chili-core/src/foundation/result.ts +0 -69
- package/chili-core/src/foundation/storage.ts +0 -10
- package/chili-core/src/foundation/transaction.ts +0 -77
- package/chili-core/src/foundation/utils/debounce.ts +0 -15
- package/chili-core/src/foundation/utils/download.ts +0 -16
- package/chili-core/src/foundation/utils/index.ts +0 -6
- package/chili-core/src/foundation/utils/readFileAsync.ts +0 -84
- package/chili-core/src/i18n/i18n.ts +0 -107
- package/chili-core/src/i18n/index.ts +0 -5
- package/chili-core/src/i18n/keys.ts +0 -265
- package/chili-core/src/index.ts +0 -26
- package/chili-core/src/material.ts +0 -269
- package/chili-core/src/math/boundingBox.ts +0 -226
- package/chili-core/src/math/index.ts +0 -14
- package/chili-core/src/math/line.ts +0 -55
- package/chili-core/src/math/lineSegment.ts +0 -166
- package/chili-core/src/math/mathUtils.ts +0 -45
- package/chili-core/src/math/matrix4.ts +0 -414
- package/chili-core/src/math/plane.ts +0 -96
- package/chili-core/src/math/planeAngle.ts +0 -53
- package/chili-core/src/math/quaternion.ts +0 -131
- package/chili-core/src/math/ray.ts +0 -30
- package/chili-core/src/math/xy.ts +0 -104
- package/chili-core/src/math/xyz.ts +0 -181
- package/chili-core/src/model/component.ts +0 -305
- package/chili-core/src/model/facebaseNode.ts +0 -17
- package/chili-core/src/model/folderNode.ts +0 -289
- package/chili-core/src/model/geometryNode.ts +0 -185
- package/chili-core/src/model/groupNode.ts +0 -19
- package/chili-core/src/model/index.ts +0 -12
- package/chili-core/src/model/meshNode.ts +0 -53
- package/chili-core/src/model/node.ts +0 -315
- package/chili-core/src/model/shapeNode.ts +0 -195
- package/chili-core/src/model/visualNode.ts +0 -39
- package/chili-core/src/modelManager.ts +0 -147
- package/chili-core/src/navigation.ts +0 -58
- package/chili-core/src/property.ts +0 -60
- package/chili-core/src/selection.ts +0 -33
- package/chili-core/src/selectionFilter.ts +0 -28
- package/chili-core/src/serialize/index.ts +0 -4
- package/chili-core/src/serialize/serializer.ts +0 -231
- package/chili-core/src/service.ts +0 -10
- package/chili-core/src/shape/curve.ts +0 -174
- package/chili-core/src/shape/geometry.ts +0 -17
- package/chili-core/src/shape/index.ts +0 -12
- package/chili-core/src/shape/lineType.ts +0 -7
- package/chili-core/src/shape/meshData.ts +0 -347
- package/chili-core/src/shape/shape.ts +0 -104
- package/chili-core/src/shape/shapeConverter.ts +0 -17
- package/chili-core/src/shape/shapeFactory.ts +0 -58
- package/chili-core/src/shape/shapeType.ts +0 -75
- package/chili-core/src/shape/surface.ts +0 -154
- package/chili-core/src/snapType.ts +0 -32
- package/chili-core/src/ui/button.ts +0 -16
- package/chili-core/src/ui/combobox.ts +0 -27
- package/chili-core/src/ui/dialog.ts +0 -7
- package/chili-core/src/ui/index.ts +0 -8
- package/chili-core/src/ui/ribbon.ts +0 -15
- package/chili-core/src/ui/window.ts +0 -13
- package/chili-core/src/visual/act.ts +0 -59
- package/chili-core/src/visual/cameraController.ts +0 -22
- package/chili-core/src/visual/cursorType.ts +0 -4
- package/chili-core/src/visual/detectedData.ts +0 -14
- package/chili-core/src/visual/eventHandler.ts +0 -15
- package/chili-core/src/visual/highlighter.ts +0 -16
- package/chili-core/src/visual/index.ts +0 -20
- package/chili-core/src/visual/meshExporter.ts +0 -11
- package/chili-core/src/visual/meshUtils.ts +0 -276
- package/chili-core/src/visual/textGenerator.ts +0 -8
- package/chili-core/src/visual/view.ts +0 -80
- package/chili-core/src/visual/viewGizmo.ts +0 -8
- package/chili-core/src/visual/viewport.ts +0 -10
- package/chili-core/src/visual/visual.ts +0 -24
- package/chili-core/src/visual/visualContext.ts +0 -29
- package/chili-core/src/visual/visualFactory.ts +0 -10
- package/chili-core/src/visual/visualObject.ts +0 -25
- package/chili-core/src/visual/visualShape.ts +0 -30
- package/chili-geo/package.json +0 -14
- package/chili-geo/src/index.ts +0 -4
- package/chili-geo/src/utils.ts +0 -113
- package/chili-i18n/package.json +0 -14
- package/chili-i18n/src/en.ts +0 -270
- package/chili-i18n/src/index.ts +0 -8
- package/chili-i18n/src/pt-br.ts +0 -67
- package/chili-i18n/src/zh-cn.ts +0 -269
- package/chili-storage/package.json +0 -14
- package/chili-storage/src/index.ts +0 -4
- package/chili-storage/src/indexedDBStorage.ts +0 -150
- package/chili-three/package.json +0 -18
- package/chili-three/src/cameraController.ts +0 -335
- package/chili-three/src/common.ts +0 -65
- package/chili-three/src/constants.ts +0 -12
- package/chili-three/src/highlightable.ts +0 -13
- package/chili-three/src/index.ts +0 -4
- package/chili-three/src/meshExporter.ts +0 -69
- package/chili-three/src/outlinePass.js +0 -340
- package/chili-three/src/texture_points.jpg +0 -0
- package/chili-three/src/threeGeometry.ts +0 -207
- package/chili-three/src/threeGeometryFactory.ts +0 -120
- package/chili-three/src/threeHelper.ts +0 -174
- package/chili-three/src/threeHighlighter.ts +0 -257
- package/chili-three/src/threeView.module.css +0 -39
- package/chili-three/src/threeView.ts +0 -669
- package/chili-three/src/threeViewEventHandler.ts +0 -193
- package/chili-three/src/threeVisual.ts +0 -92
- package/chili-three/src/threeVisualContext.ts +0 -435
- package/chili-three/src/threeVisualFactory.ts +0 -12
- package/chili-three/src/threeVisualObject.ts +0 -442
- package/chili-three/src/viewGizmo.ts +0 -305
- package/chili-ui/package.json +0 -17
- package/chili-ui/src/cursor/draw.cur +0 -0
- package/chili-ui/src/cursor/index.ts +0 -21
- package/chili-ui/src/dialog.module.css +0 -63
- package/chili-ui/src/dialog.ts +0 -42
- package/chili-ui/src/editor.module.css +0 -83
- package/chili-ui/src/editor.ts +0 -142
- package/chili-ui/src/home/home.module.css +0 -301
- package/chili-ui/src/home/home.ts +0 -243
- package/chili-ui/src/home/index.ts +0 -4
- package/chili-ui/src/home/languageSelector.ts +0 -27
- package/chili-ui/src/home/navigation3DSelector.ts +0 -27
- package/chili-ui/src/home/themeSelector.ts +0 -34
- package/chili-ui/src/index.ts +0 -5
- package/chili-ui/src/mainWindow.ts +0 -154
- package/chili-ui/src/okCancel.module.css +0 -54
- package/chili-ui/src/okCancel.ts +0 -58
- package/chili-ui/src/permanent.module.css +0 -44
- package/chili-ui/src/permanent.ts +0 -31
- package/chili-ui/src/project/index.ts +0 -4
- package/chili-ui/src/project/projectView.module.css +0 -37
- package/chili-ui/src/project/projectView.ts +0 -77
- package/chili-ui/src/project/toolBar.module.css +0 -16
- package/chili-ui/src/project/toolBar.ts +0 -73
- package/chili-ui/src/project/tree/index.ts +0 -5
- package/chili-ui/src/project/tree/tree.module.css +0 -16
- package/chili-ui/src/project/tree/tree.ts +0 -265
- package/chili-ui/src/project/tree/treeItem.module.css +0 -21
- package/chili-ui/src/project/tree/treeItem.ts +0 -89
- package/chili-ui/src/project/tree/treeItemGroup.module.css +0 -33
- package/chili-ui/src/project/tree/treeItemGroup.ts +0 -85
- package/chili-ui/src/project/tree/treeModel.module.css +0 -11
- package/chili-ui/src/project/tree/treeModel.ts +0 -20
- package/chili-ui/src/property/check.ts +0 -39
- package/chili-ui/src/property/colorPorperty.module.css +0 -6
- package/chili-ui/src/property/colorProperty.ts +0 -63
- package/chili-ui/src/property/common.module.css +0 -14
- package/chili-ui/src/property/index.ts +0 -4
- package/chili-ui/src/property/input.module.css +0 -19
- package/chili-ui/src/property/input.ts +0 -140
- package/chili-ui/src/property/material/index.ts +0 -5
- package/chili-ui/src/property/material/materialDataContent.ts +0 -44
- package/chili-ui/src/property/material/materialEditor.module.css +0 -98
- package/chili-ui/src/property/material/materialEditor.ts +0 -146
- package/chili-ui/src/property/material/textureEditor.module.css +0 -46
- package/chili-ui/src/property/material/textureEditor.ts +0 -60
- package/chili-ui/src/property/materialProperty.module.css +0 -30
- package/chili-ui/src/property/materialProperty.ts +0 -86
- package/chili-ui/src/property/matrixProperty.ts +0 -147
- package/chili-ui/src/property/propertyBase.module.css +0 -3
- package/chili-ui/src/property/propertyBase.ts +0 -14
- package/chili-ui/src/property/propertyView.module.css +0 -36
- package/chili-ui/src/property/propertyView.ts +0 -115
- package/chili-ui/src/property/utils.ts +0 -48
- package/chili-ui/src/ribbon/commandContext.module.css +0 -73
- package/chili-ui/src/ribbon/commandContext.ts +0 -239
- package/chili-ui/src/ribbon/index.ts +0 -4
- package/chili-ui/src/ribbon/ribbon.module.css +0 -286
- package/chili-ui/src/ribbon/ribbon.ts +0 -288
- package/chili-ui/src/ribbon/ribbonButton.module.css +0 -75
- package/chili-ui/src/ribbon/ribbonButton.ts +0 -88
- package/chili-ui/src/ribbon/ribbonData.ts +0 -66
- package/chili-ui/src/ribbon/ribbonStack.module.css +0 -6
- package/chili-ui/src/ribbon/ribbonStack.ts +0 -13
- package/chili-ui/src/ribbon/ribbonToggleButton.module.css +0 -3
- package/chili-ui/src/ribbon/ribbonToggleButton.ts +0 -6
- package/chili-ui/src/statusbar/index.ts +0 -4
- package/chili-ui/src/statusbar/snapConfig.module.css +0 -25
- package/chili-ui/src/statusbar/snapConfig.ts +0 -92
- package/chili-ui/src/statusbar/statusbar.module.css +0 -28
- package/chili-ui/src/statusbar/statusbar.ts +0 -54
- package/chili-ui/src/toast/index.ts +0 -4
- package/chili-ui/src/toast/toast.module.css +0 -27
- package/chili-ui/src/toast/toast.ts +0 -39
- package/chili-ui/src/viewport/flyout/flyout.module.css +0 -9
- package/chili-ui/src/viewport/flyout/flyout.ts +0 -77
- package/chili-ui/src/viewport/flyout/index.ts +0 -6
- package/chili-ui/src/viewport/flyout/input.module.css +0 -21
- package/chili-ui/src/viewport/flyout/input.ts +0 -89
- package/chili-ui/src/viewport/flyout/tip.module.css +0 -21
- package/chili-ui/src/viewport/flyout/tip.ts +0 -45
- package/chili-ui/src/viewport/index.ts +0 -4
- package/chili-ui/src/viewport/layoutViewport.module.css +0 -21
- package/chili-ui/src/viewport/layoutViewport.ts +0 -76
- package/chili-ui/src/viewport/viewport.module.css +0 -179
- package/chili-ui/src/viewport/viewport.ts +0 -296
- package/chili-vis/package.json +0 -14
- package/chili-vis/src/index.ts +0 -7
- package/chili-vis/src/nodeSelectionEventHandler.ts +0 -122
- package/chili-vis/src/selectionEventHandler.ts +0 -145
- package/chili-vis/src/shapeSelectionEventHandler.ts +0 -176
- package/chili-vis/src/viewUtils.ts +0 -64
- package/chili-wasm/lib/chili-wasm.d.ts +0 -827
- package/chili-wasm/lib/chili-wasm.js +0 -5275
- package/chili-wasm/package.json +0 -15
- package/chili-wasm/src/converter.ts +0 -124
- package/chili-wasm/src/curve.ts +0 -589
- package/chili-wasm/src/factory.ts +0 -331
- package/chili-wasm/src/geometry.ts +0 -51
- package/chili-wasm/src/helper.ts +0 -435
- package/chili-wasm/src/index.ts +0 -5
- package/chili-wasm/src/mesher.ts +0 -114
- package/chili-wasm/src/shape.ts +0 -481
- package/chili-wasm/src/surface.ts +0 -510
- package/chili-wasm/src/wasm.ts +0 -13
- package/chili-web/package.json +0 -14
- package/chili-web/src/index.ts +0 -33
- package/chili-web/src/loading.ts +0 -67
package/192.index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkchili3d=self.webpackChunkchili3d||[]).push([["192"],{6995:function(e,r,o){o.d(r,{DefaultRibbon:()=>t});let t=[{tabName:"ribbon.tab.startup",groups:[{groupName:"ribbon.group.draw",items:["create.line","create.extrude",["create.arc","create.rect","create.circle"],["create.loft","create.sweep","create.revol"],["create.ellipse","create.bezier","create.polygon"],["create.box","create.pyramid","create.cylinder"],["create.cone","create.sphere","create.thickSolid"]]},{groupName:"ribbon.group.modify",items:["modify.move",["modify.rotate","modify.mirror","modify.array"],["modify.split","modify.break","modify.trim"],["modify.fillet","modify.chamfer","modify.explode"],["modify.deleteNode","modify.removeShapes","modify.removeFeature"],["modify.brushAdd","modify.brushRemove","modify.brushClear"]]},{groupName:"ribbon.group.converter",items:["convert.toWire",["convert.toFace","convert.toShell","convert.toSolid"]]},{groupName:"ribbon.group.boolean",items:[["boolean.common","boolean.cut","boolean.join"]]},{groupName:"ribbon.group.workingPlane",items:["workingPlane.toggleDynamic",["workingPlane.set","workingPlane.alignToPlane","workingPlane.fromSection"]]},{groupName:"ribbon.group.tools",items:["convert.curveProjection","create.group",["create.section","create.offset","create.copyShape"]]},{groupName:"ribbon.group.measure",items:[["measure.length","measure.angle","measure.select"]]},{groupName:"ribbon.group.act",items:["act.alignCamera"]},{groupName:"ribbon.group.importExport",items:["file.import","file.export"]},{groupName:"ribbon.group.other",items:["wechat.group"]}]},{tabName:"ribbon.tab.draw",groups:[{groupName:"ribbon.group.2d",items:["create.line","create.rect","create.circle","create.arc","create.ellipse","create.polygon","create.bezier"]},{groupName:"ribbon.group.3d",items:["create.box","create.pyramid","create.cylinder","create.cone","create.sphere","create.thickSolid"]}]},{tabName:"ribbon.tab.tools",groups:[{groupName:"ribbon.group.modify",items:["modify.break","modify.trim","modify.fillet","modify.chamfer","modify.removeFeature"]},{groupName:"ribbon.group.tools",items:["create.section","modify.split","convert.toWire","convert.toFace"]},{groupName:"ribbon.group.act",items:["act.alignCamera"]},{groupName:"ribbon.group.other",items:["test.performance"]}]}]}}]);
|
package/682.index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkchili3d=self.webpackChunkchili3d||[]).push([["682"],{4761:function(c,e,i){i.r(c.exports={})}}]);
|