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.
Files changed (402) hide show
  1. package/192.index.js +1 -0
  2. package/{chili-ui/src/mainWindow.module.css → 682.index.css} +1 -0
  3. package/682.index.js +1 -0
  4. package/index.css +1902 -0
  5. package/index.d.ts +76 -0
  6. package/{chili-wasm/lib/chili-wasm.wasm → index.js} +0 -0
  7. package/package.json +44 -32
  8. package/README.md +0 -96
  9. package/chili/package.json +0 -16
  10. package/chili/src/application.ts +0 -200
  11. package/chili/src/bodys/arc.ts +0 -61
  12. package/chili/src/bodys/boolean.ts +0 -32
  13. package/chili/src/bodys/box.ts +0 -73
  14. package/chili/src/bodys/circle.ts +0 -57
  15. package/chili/src/bodys/cone.ts +0 -64
  16. package/chili/src/bodys/cylinder.ts +0 -69
  17. package/chili/src/bodys/ellipse.ts +0 -85
  18. package/chili/src/bodys/face.ts +0 -72
  19. package/chili/src/bodys/fuse.ts +0 -44
  20. package/chili/src/bodys/index.ts +0 -16
  21. package/chili/src/bodys/line.ts +0 -48
  22. package/chili/src/bodys/polygon.ts +0 -40
  23. package/chili/src/bodys/prism.ts +0 -49
  24. package/chili/src/bodys/pyramid.ts +0 -64
  25. package/chili/src/bodys/rect.ts +0 -69
  26. package/chili/src/bodys/revolve.ts +0 -54
  27. package/chili/src/bodys/sphere.ts +0 -48
  28. package/chili/src/bodys/sweep.ts +0 -67
  29. package/chili/src/bodys/wire.ts +0 -36
  30. package/chili/src/commands/application/index.ts +0 -10
  31. package/chili/src/commands/application/newDocument.ts +0 -17
  32. package/chili/src/commands/application/openDocument.ts +0 -35
  33. package/chili/src/commands/application/performanceTest.ts +0 -64
  34. package/chili/src/commands/application/saveDocument.ts +0 -24
  35. package/chili/src/commands/application/toFile.ts +0 -35
  36. package/chili/src/commands/application/toggleDynamicWorkplane.ts +0 -15
  37. package/chili/src/commands/application/wechatGroup.ts +0 -42
  38. package/chili/src/commands/boolean.ts +0 -109
  39. package/chili/src/commands/create/arc.ts +0 -110
  40. package/chili/src/commands/create/bezier.ts +0 -116
  41. package/chili/src/commands/create/box.ts +0 -59
  42. package/chili/src/commands/create/circle.ts +0 -54
  43. package/chili/src/commands/create/cone.ts +0 -104
  44. package/chili/src/commands/create/converter.ts +0 -159
  45. package/chili/src/commands/create/copySubShape.ts +0 -37
  46. package/chili/src/commands/create/curveProjection.ts +0 -61
  47. package/chili/src/commands/create/cylinder.ts +0 -96
  48. package/chili/src/commands/create/ellipse.ts +0 -95
  49. package/chili/src/commands/create/group.ts +0 -205
  50. package/chili/src/commands/create/index.ts +0 -26
  51. package/chili/src/commands/create/line.ts +0 -61
  52. package/chili/src/commands/create/loft.ts +0 -149
  53. package/chili/src/commands/create/offset.ts +0 -131
  54. package/chili/src/commands/create/polygon.ts +0 -104
  55. package/chili/src/commands/create/prism.ts +0 -52
  56. package/chili/src/commands/create/pyramid.ts +0 -56
  57. package/chili/src/commands/create/rect.ts +0 -105
  58. package/chili/src/commands/create/revolve.ts +0 -62
  59. package/chili/src/commands/create/section.ts +0 -31
  60. package/chili/src/commands/create/sphere.ts +0 -48
  61. package/chili/src/commands/create/sweep.ts +0 -39
  62. package/chili/src/commands/create/thickSolid.ts +0 -50
  63. package/chili/src/commands/createActCommand.ts +0 -26
  64. package/chili/src/commands/createCommand.ts +0 -41
  65. package/chili/src/commands/delete.ts +0 -38
  66. package/chili/src/commands/folder.ts +0 -18
  67. package/chili/src/commands/importExport.ts +0 -97
  68. package/chili/src/commands/index.ts +0 -17
  69. package/chili/src/commands/measure/angle.ts +0 -130
  70. package/chili/src/commands/measure/index.ts +0 -6
  71. package/chili/src/commands/measure/length.ts +0 -57
  72. package/chili/src/commands/measure/select.module.css +0 -68
  73. package/chili/src/commands/measure/select.ts +0 -228
  74. package/chili/src/commands/modify/array.ts +0 -447
  75. package/chili/src/commands/modify/break.ts +0 -78
  76. package/chili/src/commands/modify/brush.ts +0 -100
  77. package/chili/src/commands/modify/chamfer.ts +0 -70
  78. package/chili/src/commands/modify/explode.ts +0 -91
  79. package/chili/src/commands/modify/fillet.ts +0 -69
  80. package/chili/src/commands/modify/index.ts +0 -16
  81. package/chili/src/commands/modify/mirror.ts +0 -49
  82. package/chili/src/commands/modify/move.ts +0 -39
  83. package/chili/src/commands/modify/removeFeature.ts +0 -56
  84. package/chili/src/commands/modify/removeSubShapes.ts +0 -44
  85. package/chili/src/commands/modify/rotate.ts +0 -112
  86. package/chili/src/commands/modify/split.ts +0 -81
  87. package/chili/src/commands/modify/transformedCommand.ts +0 -100
  88. package/chili/src/commands/modify/trim.ts +0 -254
  89. package/chili/src/commands/multistepCommand.ts +0 -125
  90. package/chili/src/commands/redo.ts +0 -16
  91. package/chili/src/commands/undo.ts +0 -16
  92. package/chili/src/commands/workingPlane.ts +0 -150
  93. package/chili/src/comparers/NumberEqualityComparer.ts +0 -12
  94. package/chili/src/comparers/XYZEqualityComparer.ts +0 -12
  95. package/chili/src/comparers/index.ts +0 -5
  96. package/chili/src/document.ts +0 -145
  97. package/chili/src/editEventHandler.ts +0 -20
  98. package/chili/src/index.ts +0 -12
  99. package/chili/src/selection.ts +0 -178
  100. package/chili/src/services/commandService.ts +0 -105
  101. package/chili/src/services/editorService.ts +0 -46
  102. package/chili/src/services/hotkeyService.ts +0 -102
  103. package/chili/src/services/index.ts +0 -6
  104. package/chili/src/snap/dimension.ts +0 -33
  105. package/chili/src/snap/handlers/angleSnapEventHandler.ts +0 -60
  106. package/chili/src/snap/handlers/index.ts +0 -7
  107. package/chili/src/snap/handlers/lengthSnapEventHandler.ts +0 -117
  108. package/chili/src/snap/handlers/pointSnapEventHandler.ts +0 -176
  109. package/chili/src/snap/handlers/snapEventHandler.ts +0 -288
  110. package/chili/src/snap/index.ts +0 -6
  111. package/chili/src/snap/snap.ts +0 -50
  112. package/chili/src/snap/snaps/axisSnap.ts +0 -57
  113. package/chili/src/snap/snaps/baseSnap.ts +0 -69
  114. package/chili/src/snap/snaps/featurePointStrategy.ts +0 -64
  115. package/chili/src/snap/snaps/index.ts +0 -7
  116. package/chili/src/snap/snaps/objectSnap.ts +0 -264
  117. package/chili/src/snap/snaps/planeSnap.ts +0 -55
  118. package/chili/src/snap/snaps/pointOnCurveSnap.ts +0 -24
  119. package/chili/src/snap/tracking/axis.ts +0 -32
  120. package/chili/src/snap/tracking/axisTracking.ts +0 -46
  121. package/chili/src/snap/tracking/index.ts +0 -6
  122. package/chili/src/snap/tracking/objectTracking.ts +0 -90
  123. package/chili/src/snap/tracking/trackingBase.ts +0 -40
  124. package/chili/src/snap/tracking/trackingSnap.ts +0 -201
  125. package/chili/src/step/angleStep.ts +0 -32
  126. package/chili/src/step/index.ts +0 -8
  127. package/chili/src/step/lengthStep.ts +0 -32
  128. package/chili/src/step/pointStep.ts +0 -87
  129. package/chili/src/step/selectStep.ts +0 -130
  130. package/chili/src/step/step.ts +0 -55
  131. package/chili/src/utils.ts +0 -19
  132. package/chili-builder/package.json +0 -18
  133. package/chili-builder/src/additionalModule.ts +0 -15
  134. package/chili-builder/src/appBuilder.ts +0 -176
  135. package/chili-builder/src/defaultDataExchange.ts +0 -152
  136. package/chili-builder/src/index.ts +0 -5
  137. package/chili-builder/src/ribbon.ts +0 -129
  138. package/chili-controls/package.json +0 -14
  139. package/chili-controls/src/collection.ts +0 -96
  140. package/chili-controls/src/controls.ts +0 -83
  141. package/chili-controls/src/converters/colorConverter.ts +0 -39
  142. package/chili-controls/src/converters/index.ts +0 -8
  143. package/chili-controls/src/converters/numberConverter.ts +0 -15
  144. package/chili-controls/src/converters/stringConverter.ts +0 -13
  145. package/chili-controls/src/converters/urlConverter.ts +0 -10
  146. package/chili-controls/src/converters/xyzConverter.ts +0 -28
  147. package/chili-controls/src/expander/expander.module.css +0 -38
  148. package/chili-controls/src/expander/expander.ts +0 -59
  149. package/chili-controls/src/expander/index.ts +0 -4
  150. package/chili-controls/src/htmlProps.ts +0 -10
  151. package/chili-controls/src/index.ts +0 -10
  152. package/chili-controls/src/radioGroup.module.css +0 -20
  153. package/chili-controls/src/radioGroup.ts +0 -54
  154. package/chili-controls/src/utils.ts +0 -20
  155. package/chili-core/package.json +0 -12
  156. package/chili-core/src/application.ts +0 -38
  157. package/chili-core/src/command/command.ts +0 -154
  158. package/chili-core/src/command/commandKeys.ts +0 -8
  159. package/chili-core/src/command/decarator.ts +0 -43
  160. package/chili-core/src/command/index.ts +0 -6
  161. package/chili-core/src/config.ts +0 -145
  162. package/chili-core/src/constants.ts +0 -8
  163. package/chili-core/src/dataExchange.ts +0 -12
  164. package/chili-core/src/document.ts +0 -25
  165. package/chili-core/src/editor.ts +0 -12
  166. package/chili-core/src/foundation/asyncController.ts +0 -55
  167. package/chili-core/src/foundation/binding.ts +0 -132
  168. package/chili-core/src/foundation/collection.ts +0 -208
  169. package/chili-core/src/foundation/converter.ts +0 -9
  170. package/chili-core/src/foundation/deepObserver.ts +0 -154
  171. package/chili-core/src/foundation/disposable.ts +0 -18
  172. package/chili-core/src/foundation/dto/index.ts +0 -9
  173. package/chili-core/src/foundation/equalityComparer.ts +0 -6
  174. package/chili-core/src/foundation/gc.ts +0 -36
  175. package/chili-core/src/foundation/history.ts +0 -237
  176. package/chili-core/src/foundation/id.ts +0 -25
  177. package/chili-core/src/foundation/index.ts +0 -26
  178. package/chili-core/src/foundation/lazy.ts +0 -18
  179. package/chili-core/src/foundation/linkedList.ts +0 -141
  180. package/chili-core/src/foundation/logger.ts +0 -45
  181. package/chili-core/src/foundation/messageType.ts +0 -8
  182. package/chili-core/src/foundation/objectStorage.ts +0 -50
  183. package/chili-core/src/foundation/observer.ts +0 -147
  184. package/chili-core/src/foundation/precision.ts +0 -8
  185. package/chili-core/src/foundation/pubsub.ts +0 -74
  186. package/chili-core/src/foundation/result.ts +0 -69
  187. package/chili-core/src/foundation/storage.ts +0 -10
  188. package/chili-core/src/foundation/transaction.ts +0 -77
  189. package/chili-core/src/foundation/utils/debounce.ts +0 -15
  190. package/chili-core/src/foundation/utils/download.ts +0 -16
  191. package/chili-core/src/foundation/utils/index.ts +0 -6
  192. package/chili-core/src/foundation/utils/readFileAsync.ts +0 -84
  193. package/chili-core/src/i18n/i18n.ts +0 -107
  194. package/chili-core/src/i18n/index.ts +0 -5
  195. package/chili-core/src/i18n/keys.ts +0 -265
  196. package/chili-core/src/index.ts +0 -26
  197. package/chili-core/src/material.ts +0 -269
  198. package/chili-core/src/math/boundingBox.ts +0 -226
  199. package/chili-core/src/math/index.ts +0 -14
  200. package/chili-core/src/math/line.ts +0 -55
  201. package/chili-core/src/math/lineSegment.ts +0 -166
  202. package/chili-core/src/math/mathUtils.ts +0 -45
  203. package/chili-core/src/math/matrix4.ts +0 -414
  204. package/chili-core/src/math/plane.ts +0 -96
  205. package/chili-core/src/math/planeAngle.ts +0 -53
  206. package/chili-core/src/math/quaternion.ts +0 -131
  207. package/chili-core/src/math/ray.ts +0 -30
  208. package/chili-core/src/math/xy.ts +0 -104
  209. package/chili-core/src/math/xyz.ts +0 -181
  210. package/chili-core/src/model/component.ts +0 -305
  211. package/chili-core/src/model/facebaseNode.ts +0 -17
  212. package/chili-core/src/model/folderNode.ts +0 -289
  213. package/chili-core/src/model/geometryNode.ts +0 -185
  214. package/chili-core/src/model/groupNode.ts +0 -19
  215. package/chili-core/src/model/index.ts +0 -12
  216. package/chili-core/src/model/meshNode.ts +0 -53
  217. package/chili-core/src/model/node.ts +0 -315
  218. package/chili-core/src/model/shapeNode.ts +0 -195
  219. package/chili-core/src/model/visualNode.ts +0 -39
  220. package/chili-core/src/modelManager.ts +0 -147
  221. package/chili-core/src/navigation.ts +0 -58
  222. package/chili-core/src/property.ts +0 -60
  223. package/chili-core/src/selection.ts +0 -33
  224. package/chili-core/src/selectionFilter.ts +0 -28
  225. package/chili-core/src/serialize/index.ts +0 -4
  226. package/chili-core/src/serialize/serializer.ts +0 -231
  227. package/chili-core/src/service.ts +0 -10
  228. package/chili-core/src/shape/curve.ts +0 -174
  229. package/chili-core/src/shape/geometry.ts +0 -17
  230. package/chili-core/src/shape/index.ts +0 -12
  231. package/chili-core/src/shape/lineType.ts +0 -7
  232. package/chili-core/src/shape/meshData.ts +0 -347
  233. package/chili-core/src/shape/shape.ts +0 -104
  234. package/chili-core/src/shape/shapeConverter.ts +0 -17
  235. package/chili-core/src/shape/shapeFactory.ts +0 -58
  236. package/chili-core/src/shape/shapeType.ts +0 -75
  237. package/chili-core/src/shape/surface.ts +0 -154
  238. package/chili-core/src/snapType.ts +0 -32
  239. package/chili-core/src/ui/button.ts +0 -16
  240. package/chili-core/src/ui/combobox.ts +0 -27
  241. package/chili-core/src/ui/dialog.ts +0 -7
  242. package/chili-core/src/ui/index.ts +0 -8
  243. package/chili-core/src/ui/ribbon.ts +0 -15
  244. package/chili-core/src/ui/window.ts +0 -13
  245. package/chili-core/src/visual/act.ts +0 -59
  246. package/chili-core/src/visual/cameraController.ts +0 -22
  247. package/chili-core/src/visual/cursorType.ts +0 -4
  248. package/chili-core/src/visual/detectedData.ts +0 -14
  249. package/chili-core/src/visual/eventHandler.ts +0 -15
  250. package/chili-core/src/visual/highlighter.ts +0 -16
  251. package/chili-core/src/visual/index.ts +0 -20
  252. package/chili-core/src/visual/meshExporter.ts +0 -11
  253. package/chili-core/src/visual/meshUtils.ts +0 -276
  254. package/chili-core/src/visual/textGenerator.ts +0 -8
  255. package/chili-core/src/visual/view.ts +0 -80
  256. package/chili-core/src/visual/viewGizmo.ts +0 -8
  257. package/chili-core/src/visual/viewport.ts +0 -10
  258. package/chili-core/src/visual/visual.ts +0 -24
  259. package/chili-core/src/visual/visualContext.ts +0 -29
  260. package/chili-core/src/visual/visualFactory.ts +0 -10
  261. package/chili-core/src/visual/visualObject.ts +0 -25
  262. package/chili-core/src/visual/visualShape.ts +0 -30
  263. package/chili-geo/package.json +0 -14
  264. package/chili-geo/src/index.ts +0 -4
  265. package/chili-geo/src/utils.ts +0 -113
  266. package/chili-i18n/package.json +0 -14
  267. package/chili-i18n/src/en.ts +0 -270
  268. package/chili-i18n/src/index.ts +0 -8
  269. package/chili-i18n/src/pt-br.ts +0 -67
  270. package/chili-i18n/src/zh-cn.ts +0 -269
  271. package/chili-storage/package.json +0 -14
  272. package/chili-storage/src/index.ts +0 -4
  273. package/chili-storage/src/indexedDBStorage.ts +0 -150
  274. package/chili-three/package.json +0 -18
  275. package/chili-three/src/cameraController.ts +0 -335
  276. package/chili-three/src/common.ts +0 -65
  277. package/chili-three/src/constants.ts +0 -12
  278. package/chili-three/src/highlightable.ts +0 -13
  279. package/chili-three/src/index.ts +0 -4
  280. package/chili-three/src/meshExporter.ts +0 -69
  281. package/chili-three/src/outlinePass.js +0 -340
  282. package/chili-three/src/texture_points.jpg +0 -0
  283. package/chili-three/src/threeGeometry.ts +0 -207
  284. package/chili-three/src/threeGeometryFactory.ts +0 -120
  285. package/chili-three/src/threeHelper.ts +0 -174
  286. package/chili-three/src/threeHighlighter.ts +0 -257
  287. package/chili-three/src/threeView.module.css +0 -39
  288. package/chili-three/src/threeView.ts +0 -669
  289. package/chili-three/src/threeViewEventHandler.ts +0 -193
  290. package/chili-three/src/threeVisual.ts +0 -92
  291. package/chili-three/src/threeVisualContext.ts +0 -435
  292. package/chili-three/src/threeVisualFactory.ts +0 -12
  293. package/chili-three/src/threeVisualObject.ts +0 -442
  294. package/chili-three/src/viewGizmo.ts +0 -305
  295. package/chili-ui/package.json +0 -17
  296. package/chili-ui/src/cursor/draw.cur +0 -0
  297. package/chili-ui/src/cursor/index.ts +0 -21
  298. package/chili-ui/src/dialog.module.css +0 -63
  299. package/chili-ui/src/dialog.ts +0 -42
  300. package/chili-ui/src/editor.module.css +0 -83
  301. package/chili-ui/src/editor.ts +0 -142
  302. package/chili-ui/src/home/home.module.css +0 -301
  303. package/chili-ui/src/home/home.ts +0 -243
  304. package/chili-ui/src/home/index.ts +0 -4
  305. package/chili-ui/src/home/languageSelector.ts +0 -27
  306. package/chili-ui/src/home/navigation3DSelector.ts +0 -27
  307. package/chili-ui/src/home/themeSelector.ts +0 -34
  308. package/chili-ui/src/index.ts +0 -5
  309. package/chili-ui/src/mainWindow.ts +0 -154
  310. package/chili-ui/src/okCancel.module.css +0 -54
  311. package/chili-ui/src/okCancel.ts +0 -58
  312. package/chili-ui/src/permanent.module.css +0 -44
  313. package/chili-ui/src/permanent.ts +0 -31
  314. package/chili-ui/src/project/index.ts +0 -4
  315. package/chili-ui/src/project/projectView.module.css +0 -37
  316. package/chili-ui/src/project/projectView.ts +0 -77
  317. package/chili-ui/src/project/toolBar.module.css +0 -16
  318. package/chili-ui/src/project/toolBar.ts +0 -73
  319. package/chili-ui/src/project/tree/index.ts +0 -5
  320. package/chili-ui/src/project/tree/tree.module.css +0 -16
  321. package/chili-ui/src/project/tree/tree.ts +0 -265
  322. package/chili-ui/src/project/tree/treeItem.module.css +0 -21
  323. package/chili-ui/src/project/tree/treeItem.ts +0 -89
  324. package/chili-ui/src/project/tree/treeItemGroup.module.css +0 -33
  325. package/chili-ui/src/project/tree/treeItemGroup.ts +0 -85
  326. package/chili-ui/src/project/tree/treeModel.module.css +0 -11
  327. package/chili-ui/src/project/tree/treeModel.ts +0 -20
  328. package/chili-ui/src/property/check.ts +0 -39
  329. package/chili-ui/src/property/colorPorperty.module.css +0 -6
  330. package/chili-ui/src/property/colorProperty.ts +0 -63
  331. package/chili-ui/src/property/common.module.css +0 -14
  332. package/chili-ui/src/property/index.ts +0 -4
  333. package/chili-ui/src/property/input.module.css +0 -19
  334. package/chili-ui/src/property/input.ts +0 -140
  335. package/chili-ui/src/property/material/index.ts +0 -5
  336. package/chili-ui/src/property/material/materialDataContent.ts +0 -44
  337. package/chili-ui/src/property/material/materialEditor.module.css +0 -98
  338. package/chili-ui/src/property/material/materialEditor.ts +0 -146
  339. package/chili-ui/src/property/material/textureEditor.module.css +0 -46
  340. package/chili-ui/src/property/material/textureEditor.ts +0 -60
  341. package/chili-ui/src/property/materialProperty.module.css +0 -30
  342. package/chili-ui/src/property/materialProperty.ts +0 -86
  343. package/chili-ui/src/property/matrixProperty.ts +0 -147
  344. package/chili-ui/src/property/propertyBase.module.css +0 -3
  345. package/chili-ui/src/property/propertyBase.ts +0 -14
  346. package/chili-ui/src/property/propertyView.module.css +0 -36
  347. package/chili-ui/src/property/propertyView.ts +0 -115
  348. package/chili-ui/src/property/utils.ts +0 -48
  349. package/chili-ui/src/ribbon/commandContext.module.css +0 -73
  350. package/chili-ui/src/ribbon/commandContext.ts +0 -239
  351. package/chili-ui/src/ribbon/index.ts +0 -4
  352. package/chili-ui/src/ribbon/ribbon.module.css +0 -286
  353. package/chili-ui/src/ribbon/ribbon.ts +0 -288
  354. package/chili-ui/src/ribbon/ribbonButton.module.css +0 -75
  355. package/chili-ui/src/ribbon/ribbonButton.ts +0 -88
  356. package/chili-ui/src/ribbon/ribbonData.ts +0 -66
  357. package/chili-ui/src/ribbon/ribbonStack.module.css +0 -6
  358. package/chili-ui/src/ribbon/ribbonStack.ts +0 -13
  359. package/chili-ui/src/ribbon/ribbonToggleButton.module.css +0 -3
  360. package/chili-ui/src/ribbon/ribbonToggleButton.ts +0 -6
  361. package/chili-ui/src/statusbar/index.ts +0 -4
  362. package/chili-ui/src/statusbar/snapConfig.module.css +0 -25
  363. package/chili-ui/src/statusbar/snapConfig.ts +0 -92
  364. package/chili-ui/src/statusbar/statusbar.module.css +0 -28
  365. package/chili-ui/src/statusbar/statusbar.ts +0 -54
  366. package/chili-ui/src/toast/index.ts +0 -4
  367. package/chili-ui/src/toast/toast.module.css +0 -27
  368. package/chili-ui/src/toast/toast.ts +0 -39
  369. package/chili-ui/src/viewport/flyout/flyout.module.css +0 -9
  370. package/chili-ui/src/viewport/flyout/flyout.ts +0 -77
  371. package/chili-ui/src/viewport/flyout/index.ts +0 -6
  372. package/chili-ui/src/viewport/flyout/input.module.css +0 -21
  373. package/chili-ui/src/viewport/flyout/input.ts +0 -89
  374. package/chili-ui/src/viewport/flyout/tip.module.css +0 -21
  375. package/chili-ui/src/viewport/flyout/tip.ts +0 -45
  376. package/chili-ui/src/viewport/index.ts +0 -4
  377. package/chili-ui/src/viewport/layoutViewport.module.css +0 -21
  378. package/chili-ui/src/viewport/layoutViewport.ts +0 -76
  379. package/chili-ui/src/viewport/viewport.module.css +0 -179
  380. package/chili-ui/src/viewport/viewport.ts +0 -296
  381. package/chili-vis/package.json +0 -14
  382. package/chili-vis/src/index.ts +0 -7
  383. package/chili-vis/src/nodeSelectionEventHandler.ts +0 -122
  384. package/chili-vis/src/selectionEventHandler.ts +0 -145
  385. package/chili-vis/src/shapeSelectionEventHandler.ts +0 -176
  386. package/chili-vis/src/viewUtils.ts +0 -64
  387. package/chili-wasm/lib/chili-wasm.d.ts +0 -827
  388. package/chili-wasm/lib/chili-wasm.js +0 -5275
  389. package/chili-wasm/package.json +0 -15
  390. package/chili-wasm/src/converter.ts +0 -124
  391. package/chili-wasm/src/curve.ts +0 -589
  392. package/chili-wasm/src/factory.ts +0 -331
  393. package/chili-wasm/src/geometry.ts +0 -51
  394. package/chili-wasm/src/helper.ts +0 -435
  395. package/chili-wasm/src/index.ts +0 -5
  396. package/chili-wasm/src/mesher.ts +0 -114
  397. package/chili-wasm/src/shape.ts +0 -481
  398. package/chili-wasm/src/surface.ts +0 -510
  399. package/chili-wasm/src/wasm.ts +0 -13
  400. package/chili-web/package.json +0 -14
  401. package/chili-web/src/index.ts +0 -33
  402. 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"]}]}]}}]);
@@ -142,3 +142,4 @@ chili3d-main-window {
142
142
  --error-color: #ff6b6b;
143
143
  --warning-color: #ffd93d;
144
144
  }
145
+
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={})}}]);