@kudashi/kds-api 2.13.33 → 2.14.2

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 (3) hide show
  1. package/README.md +300 -282
  2. package/api.d.ts +6459 -4950
  3. package/package.json +18 -18
package/README.md CHANGED
@@ -1,282 +1,300 @@
1
- # 酷大师api
2
-
3
- # api changelog
4
-
5
- # version 2.13.33(2025-06-24)
6
- - 支持KApplication.getProductManager获取酷家乐商品库管理器
7
- - 支持PublicProductLibrary公共商品库
8
- - sweepFollowEdges && sweepFollowCurves新增可选参数
9
-
10
- # version 2.13.32(2025-04-28)
11
- - support setPluginCursor and KAuxiliaryPiecewiseBezierCurve
12
-
13
- # version 2.13.31(2025-03-18)
14
- - 新增createPluginModelLibrary
15
-
16
- # version 2.13.30(2025-02-27)
17
- - 新增KArchFace, KArchWall, KArchRoom, KArchPillar, KArchOpening相关api
18
- - 新增KDesign.isShellSolid, KApplicationObserver.onGroupInstanceActivated, KApplicationObserver.onGroupInstanceDeactivated
19
-
20
- # version 2.13.29(2025-02-20)
21
- - 新增KGroupInstance.getInstanceParentGroupDefinition
22
- - 新增KDesign.getEditPathsToGroupInstance KDesign.activateEditPath KDesign.toggleEntitiesVisible
23
- - 新增isVisible判断模型是否可见
24
-
25
- # version 2.13.28(2025-02-11)
26
- - 支持三方插件存储模型库
27
- - 插件标题支持多语言机制,详情参考:https://manual.kujiale.com/kds-plugin-document/1.0.0/docs/tutorial/%E9%85%B7%E5%A4%A7%E5%B8%88%E6%8F%92%E4%BB%B6%E6%A0%BC%E5%BC%8F%E8%A6%81%E6%B1%82
28
-
29
- # version 2.13.27(2028-01-07)
30
- - KDesign.startOperation和KDesign.commitOperation之间的操作更加兼容undo/redo
31
- - KGroupInstance.setCustomProperty和KGroupDefinition.setCustomProperty兼容undo/redo
32
- - 增加KView.getModelSnapshot
33
-
34
- # version 2.13.26(2024-11-26)
35
- - 增加KTopoEdge.getKey()
36
-
37
- # version 2.13.25(2024-11-25)
38
- - 增加KSurface.getPoint()
39
-
40
- # version 2.13.25(2024-11-25)
41
- - 增加KSurface.getPoint()
42
-
43
- # version 2.13.24
44
- - deactivateGroupInstance改为异步
45
-
46
- # version 2.13.23
47
- - 个人库材质上传限制
48
- - 增加KDesign.inflateFaces
49
-
50
- # version 2.13.22
51
- - 增加KDesign.saveInstanceAsLibraryProject
52
-
53
- # version 2.13.21
54
- - 增加KApplicationUI.getSelectControlAxises
55
- - 增加KGroupInstance.getLocalBoundingBox
56
-
57
- # version 2.13.20
58
- - 增加KDesign.enterExpressMode
59
-
60
- # version 2.13.19
61
- - 支持插件multiViews
62
-
63
- # version 2.13.14(2023-0919)
64
- - 增加KPluginView接口对应multiViews中每个View
65
- - 增加一些apaas api
66
- - KApplication.getPluginViewById
67
- - KApplication.registerMessageHandler
68
- - KApplication.unRegisterMessageHandler
69
- - KApplicationUI.toggleSketchToolBar
70
- - KApplicationUI.togglePropertyPanelVisibility
71
- - KApplicationUI.switchToCurrentPluginAssetPanel
72
- - KApplicationUI.injectMenuItems
73
- - KApplicationUI.injectToolItems
74
- - KApplicationUI.toggleMaterialReplacePanel
75
- - KDesign.createInstanceFromAnotherProject
76
- - KPluginView
77
- # version 2.13.12(2023-0718)
78
- - 增加了一些apaas api:
79
- - KDesign.thickenFaces
80
- - KDesign.uploadMaterial
81
- - KTestHelper增加了turnOffShellValidation和undefineShellValidation命令
82
-
83
- # version 2.13.11(2023-07-0-7)
84
- - 在KDesign中增加了:
85
- - exitExpressMode
86
-
87
- # version 2.13.10(2023-06-20)
88
- - 在KDesign中增加了:
89
- - breakGroupReference
90
- - reparentGroupInstance
91
-
92
- # version 2.13.9(2023-05-30)
93
- - KDesign中增加了:
94
- - assignMaterialForEntities()
95
- - assignDecorationMaterialForEntities()
96
- - brushDecorationMaterialToEntities()
97
- - editMaterialParamsOfFace()
98
- - adjustMaterialMapping()
99
- - clearMaterial()
100
- - getFacePavingGroupByFace()
101
- - 在KCamera中增加了:
102
- - setPosition()
103
- - setTarget()
104
- - 在KPickHelper中增加了:
105
- - pickByPoint3d()
106
- - 在KView中增加了:
107
- - getScreenSnopShot()
108
- - 添加材质连续对象KFacePavingGroup
109
-
110
- # version 2.13.7(2023-05-18)
111
- - 在KFace中增加了:
112
- - getCustomProperty()
113
- - setCustomProperty()
114
- - deleteCustomProperty()
115
- - 在KGroupDefinition和KGroupInstance中增加了:
116
- - getCustomProperty()
117
- - setCustomProperty()
118
- - getAllCustomPropertiesKey()
119
- - 在KGroupInstance中增加了:
120
- - isInvisible()
121
- - 在KDesign中增加了:
122
- - shareModel()
123
- - addFaceHoles()
124
- - getMaterialOfFace()
125
- - getMaterialParamsOfFace()
126
- - findGroupInstancesByAppKey()
127
- - findGroupInstancesByResource()
128
- - toggleGroupInstancesVisible()
129
- - alignShells()
130
- - flipFace(face: KFace)
131
- - 在KApplicationObserver中增加了:
132
- - onModelChanged()
133
- - 在KApplicationUI中增加了:
134
- - toggleShowInvisibleModel()
135
- - getActivePluginEntrancePosition()
136
- - showPopover()
137
- - isShownInvisibleModel()
138
- - 增加了枚举类型:
139
- - KGroupDefinitionType.Variable来表示变量化成组
140
- - 在KTestHelper中增加了:
141
- - purgeMaterialsInDesign()
142
- - clearAllDecorationMaterials()
143
- - 更新了math的apaas api版本,引入了很多新类型:
144
- - "@qunhe/math-apaas-api": "3.0.0",
145
- - "@qunhe/math-apaas-impl": "3.0.0",
146
- - 修复了如下问题:
147
- - boolean()没有导出KBooleanType类型的问题
148
- - fillet()返回类型不能使用map类型的问题
149
- - KSelection.getAllEntities()增加了默认参数,来控制是否包含vertex;默认为false保持和原来行为一致
150
- - 吸附结果中添加了吸附点的normal值
151
-
152
- # version 2.13.6(2022-11-29)
153
- - Adjust the parameters of the following APIs:
154
- - drawArrow3d
155
- - drawCylinder
156
-
157
- # version 2.13.5(2022-11-28)
158
- - Add API:
159
- - drawArrow3d
160
- - getShortestPath
161
-
162
- # version 2.13.4(2022-11-01)
163
- - Add API:
164
- - drawCylinder
165
- - clearTemporaryShapesByIds
166
- - getYunDesignInfo
167
- - executeRequest
168
- - Rebuilding API, change the return value of the following API from boolean to "{ id: string }":
169
- - drawPoints
170
- - drawLines
171
- - drawPolylines
172
- - drawText
173
- - drawPromptLine
174
-
175
- # version 2.13.3
176
-
177
- # version 2.13.2(2022-07-15)
178
- - Add KApplication Chinese comment
179
- - Add KPluginUIAndStorage Chinese comment
180
-
181
- # version 2.13.2(2022-07-15)
182
- - Remove the qunhe brep api
183
- - Add KApplication Chinese comment
184
- - Add KPluginUIAndStorage Chinese comment
185
-
186
- # version 2.13.1(2022-02-23)
187
- - Added KEuler and KQuaternion.
188
- - Modified the return type of KGeomLib.faces2dBoolean.
189
- - Added some Chinese comments.
190
- - Add the KTestHelper class.
191
- - Add the getTestHelper method in the KApplication class.
192
- - Add the fillet method in the KDesign class.
193
- - Add the transformVertices in the KDesign class.
194
- - Added an API createAlignCCSMatrix4.
195
- - Add the getHoveredItem method in the KToolHelper class.
196
- - Add the loadMaterial method in the KDesign class.
197
- - Add the getBoundingBox method in the KGroupDefinition class.
198
- - Add the assignMaterialForFaces method in the KDesign class.
199
- - Add the assignMaterialForGroupInstance method in the KDesign class.
200
- - Add the isInExpressMode method in the KGroupDefinition class.
201
- - Add the setExcludedInferenceEntities method in the KToolHelper class.
202
- - Add the clearExcludedInferenceEntities method in the KToolHelper class.
203
- - The KApplication.onPluginClosed will be called after 200ms of closing plugin.
204
- - Add the closable param in the KToastOption.
205
- - Add the success method in the KToast.
206
- - Added parameter propagateContinuousEdge in the moveVertices method.
207
- - Remove the withMerge parameter in the moveVertices method.
208
- - Remove the withMerge parameter in the moveEdge method.
209
- - Remove the withMerge parameter in the transformShells method.
210
- - Make version consistent with KuDaShi.
211
- - Change KGeomLib.faces2dBoolean API.
212
-
213
- # version 1.0.26
214
- - Add the mergeFaces method in the KDesign class.
215
- - Add the bulkCopyGroupInstances method in the KDesign class.
216
- - Modify the createInstanceFromExternalResources method in the KDesign class.
217
- - Add the matchEntities method in the KGroupDefinition class.
218
-
219
- # version 1.0.25
220
- - Add the KApplicationObserver class, which provides additional utilities for KApplication.
221
- - Add the save method in the KDesign class.
222
- - Add the KToolHelper class, which provides additional utilities for KTool.
223
- - Add removeEdges and getEditPath two methods in the KDesign class.
224
- - Add isReversed method in the KFace and KHalfEdge classes.
225
- - Add drawPolylines method in KView class.
226
- - Add signedDistanceTo method in KSurface class.
227
- - Add isOnSameSide method in KVector3d class.
228
-
229
- ## version 1.0.24
230
- - Add the KPickHelper class, which is used to pick entities.
231
-
232
- ## version 1.0.23
233
- - Add the setSoftEdgesVisible method in the KDesign class.
234
-
235
- ## version 1.0.22
236
- - modify parameters of the boolean method in the KDesign class.
237
-
238
- ## version 1.0.21
239
- - Add the faceSplitByFace method in the KDesign class.
240
- - Add the faceSplitByGroup method in the KDesign class.
241
- - Add the createInstanceFromExternalResources method in the KDesign class.
242
- - Add the createShellFromMesh method in the KDesign class.
243
-
244
- ## version 1.0.20
245
- - Rename the withMerge argument to beCopyToInstance in the copyFaces method in the KDesign class.
246
- - Add KApplicationUI interface to enable/disable tool bar, menu bar, resource panel, etc.
247
- - The copyFaces method in the KDesign class will return group instance if we set withMerge false.
248
- - Add the createEmptyGroupInstance method in the KDesign class.
249
- - Add the activateGroupInstance method in the KDesign class.
250
- - Add the deactivateGroupInstance method in the KDesign class.
251
- - Add the getDesignId method in the KDesign class.
252
-
253
- ## version 1.0.19
254
- - Add the onKeyUp method in the KTool class.
255
- - Add the getUp method in the KCamera class.
256
- - Rename the 'getCameraMode' method in KCamera to 'getMode'.
257
- - Rename the 'getCameraPosition' method in KCamera to 'getPosition'.
258
- - Rename the 'getCameraTarget' method in KCamera to 'getTarget'.
259
-
260
- ## version 1.0.18
261
- - Add the addFaces method in the KDesign class.
262
- - Add the setEdgesSoft method in the KDesign class.
263
- - Add the setVerticesSoft method in the KDesign class.
264
- - Add the boolean method in the KDesign class.
265
- - Add the offset method in the KDesign class.
266
-
267
- ## version 1.0.17
268
- - Modify the KTool to support to get the inference entity and the inference instance path.
269
-
270
- ## version 1.0.16
271
- - Rename KGeometry to KGeomLib.
272
- - Add the moveVertices method in the KDesign class.
273
- - Rename the 'onUseInference' method in KTool to 'allowUsingInference'.
274
- - Delete the 'startAngle' and 'endAngle' properties from the KArc3d and KArc2d classes.
275
- - The interfaces to get continuous edges and continuous faces infos are provided in the KEdge and KFace class.
276
- - The selection event is provided. You can create a selection observer to observe the selection change.
277
- - Drawing temporary interfaces in the KView class are provided, which can be use to draw temporary shaped in KTool.
278
-
279
- ## version 1.0.15
280
- - The sweepFollowEdges and sweepFollowCurves methods will remove the face that the contour belongs to.
281
- - The sweepFollowEdges and sweepFollowCurves methods returns a new parameter 'addedShells'.
282
-
1
+ # 酷大师api
2
+
3
+ # api changelog
4
+
5
+ # version 2.13.33(2025-09-16)
6
+ - 新增接口KPublicFontLibrary, 新增方法KAssetLibraryHelper.getPublicFontLibrary, KPublicFontLibrary.getFontList
7
+ - KDesign.createText3d
8
+ - KDesign.addFacesRoundCorner,KDesign.sweepFaceFollowBoundedCurves
9
+ - startOperation,commitOperation,abortOperation, toggleTransactionConfigurations返回报错信息
10
+ - KShell.getVertices
11
+ - KTool方法改为可选
12
+ - KGeomLib.createMatrix4byElements, KMatrix4.elements
13
+
14
+ # version 2.13.35(2025-07-30)
15
+ - KArchFace.getOpening, KArchOpening.getFaces, KArchOpening.getWall, KArchWall.getRooms
16
+ - 新增enum TransactionConfigurations, KDesign.startOperation支持传入TransactionConfigurations
17
+ - KDesign.addFaces增添指定softVertexIndicesArray参数
18
+
19
+ # version 2.13.34(2025-07-18)
20
+ - KDesign.uploadSVG
21
+ - 新增接口KAssetLibraryHelper, KPublicMoldingLibrary, 新增方法KApplication.getAssetLibraryHelper, KAssetLibraryHelper.getPublicMoldingLibrary, KPublicMoldingLibrary.getMoldingProfileList
22
+
23
+ # version 2.13.33(2025-06-24)
24
+ - 支持KApplication.getProductManager获取酷家乐商品库管理器
25
+ - 支持PublicProductLibrary公共商品库
26
+ - sweepFollowEdges && sweepFollowCurves新增可选参数
27
+
28
+ # version 2.13.32(2025-04-28)
29
+ - support setPluginCursor and KAuxiliaryPiecewiseBezierCurve
30
+
31
+ # version 2.13.31(2025-03-18)
32
+ - 新增createPluginModelLibrary
33
+
34
+ # version 2.13.30(2025-02-27)
35
+ - 新增KArchFace, KArchWall, KArchRoom, KArchPillar, KArchOpening相关api
36
+ - 新增KDesign.isShellSolid, KApplicationObserver.onGroupInstanceActivated, KApplicationObserver.onGroupInstanceDeactivated
37
+
38
+ # version 2.13.29(2025-02-20)
39
+ - 新增KGroupInstance.getInstanceParentGroupDefinition
40
+ - 新增KDesign.getEditPathsToGroupInstance KDesign.activateEditPath KDesign.toggleEntitiesVisible
41
+ - 新增isVisible判断模型是否可见
42
+
43
+ # version 2.13.28(2025-02-11)
44
+ - 支持三方插件存储模型库
45
+ - 插件标题支持多语言机制,详情参考:https://manual.kujiale.com/kds-plugin-document/1.0.0/docs/tutorial/%E9%85%B7%E5%A4%A7%E5%B8%88%E6%8F%92%E4%BB%B6%E6%A0%BC%E5%BC%8F%E8%A6%81%E6%B1%82
46
+
47
+ # version 2.13.27(2028-01-07)
48
+ - KDesign.startOperation和KDesign.commitOperation之间的操作更加兼容undo/redo
49
+ - KGroupInstance.setCustomProperty和KGroupDefinition.setCustomProperty兼容undo/redo
50
+ - 增加KView.getModelSnapshot
51
+
52
+ # version 2.13.26(2024-11-26)
53
+ - 增加KTopoEdge.getKey()
54
+
55
+ # version 2.13.25(2024-11-25)
56
+ - 增加KSurface.getPoint()
57
+
58
+ # version 2.13.25(2024-11-25)
59
+ - 增加KSurface.getPoint()
60
+
61
+ # version 2.13.24
62
+ - deactivateGroupInstance改为异步
63
+
64
+ # version 2.13.23
65
+ - 个人库材质上传限制
66
+ - 增加KDesign.inflateFaces
67
+
68
+ # version 2.13.22
69
+ - 增加KDesign.saveInstanceAsLibraryProject
70
+
71
+ # version 2.13.21
72
+ - 增加KApplicationUI.getSelectControlAxises
73
+ - 增加KGroupInstance.getLocalBoundingBox
74
+
75
+ # version 2.13.20
76
+ - 增加KDesign.enterExpressMode
77
+
78
+ # version 2.13.19
79
+ - 支持插件multiViews
80
+
81
+ # version 2.13.14(2023-0919)
82
+ - 增加KPluginView接口对应multiViews中每个View
83
+ - 增加一些apaas api
84
+ - KApplication.getPluginViewById
85
+ - KApplication.registerMessageHandler
86
+ - KApplication.unRegisterMessageHandler
87
+ - KApplicationUI.toggleSketchToolBar
88
+ - KApplicationUI.togglePropertyPanelVisibility
89
+ - KApplicationUI.switchToCurrentPluginAssetPanel
90
+ - KApplicationUI.injectMenuItems
91
+ - KApplicationUI.injectToolItems
92
+ - KApplicationUI.toggleMaterialReplacePanel
93
+ - KDesign.createInstanceFromAnotherProject
94
+ - KPluginView
95
+ # version 2.13.12(2023-0718)
96
+ - 增加了一些apaas api:
97
+ - KDesign.thickenFaces
98
+ - KDesign.uploadMaterial
99
+ - KTestHelper增加了turnOffShellValidation和undefineShellValidation命令
100
+
101
+ # version 2.13.11(2023-07-0-7)
102
+ - 在KDesign中增加了:
103
+ - exitExpressMode
104
+
105
+ # version 2.13.10(2023-06-20)
106
+ - 在KDesign中增加了:
107
+ - breakGroupReference
108
+ - reparentGroupInstance
109
+
110
+ # version 2.13.9(2023-05-30)
111
+ - 在KDesign中增加了:
112
+ - assignMaterialForEntities()
113
+ - assignDecorationMaterialForEntities()
114
+ - brushDecorationMaterialToEntities()
115
+ - editMaterialParamsOfFace()
116
+ - adjustMaterialMapping()
117
+ - clearMaterial()
118
+ - getFacePavingGroupByFace()
119
+ - 在KCamera中增加了:
120
+ - setPosition()
121
+ - setTarget()
122
+ - 在KPickHelper中增加了:
123
+ - pickByPoint3d()
124
+ - 在KView中增加了:
125
+ - getScreenSnopShot()
126
+ - 添加材质连续对象KFacePavingGroup
127
+
128
+ # version 2.13.7(2023-05-18)
129
+ - 在KFace中增加了:
130
+ - getCustomProperty()
131
+ - setCustomProperty()
132
+ - deleteCustomProperty()
133
+ - 在KGroupDefinition和KGroupInstance中增加了:
134
+ - getCustomProperty()
135
+ - setCustomProperty()
136
+ - getAllCustomPropertiesKey()
137
+ - 在KGroupInstance中增加了:
138
+ - isInvisible()
139
+ - 在KDesign中增加了:
140
+ - shareModel()
141
+ - addFaceHoles()
142
+ - getMaterialOfFace()
143
+ - getMaterialParamsOfFace()
144
+ - findGroupInstancesByAppKey()
145
+ - findGroupInstancesByResource()
146
+ - toggleGroupInstancesVisible()
147
+ - alignShells()
148
+ - flipFace(face: KFace)
149
+ - 在KApplicationObserver中增加了:
150
+ - onModelChanged()
151
+ - 在KApplicationUI中增加了:
152
+ - toggleShowInvisibleModel()
153
+ - getActivePluginEntrancePosition()
154
+ - showPopover()
155
+ - isShownInvisibleModel()
156
+ - 增加了枚举类型:
157
+ - KGroupDefinitionType.Variable来表示变量化成组
158
+ - 在KTestHelper中增加了:
159
+ - purgeMaterialsInDesign()
160
+ - clearAllDecorationMaterials()
161
+ - 更新了math的apaas api版本,引入了很多新类型:
162
+ - "@qunhe/math-apaas-api": "3.0.0",
163
+ - "@qunhe/math-apaas-impl": "3.0.0",
164
+ - 修复了如下问题:
165
+ - boolean()没有导出KBooleanType类型的问题
166
+ - fillet()返回类型不能使用map类型的问题
167
+ - KSelection.getAllEntities()增加了默认参数,来控制是否包含vertex;默认为false保持和原来行为一致
168
+ - 吸附结果中添加了吸附点的normal值
169
+
170
+ # version 2.13.6(2022-11-29)
171
+ - Adjust the parameters of the following APIs:
172
+ - drawArrow3d
173
+ - drawCylinder
174
+
175
+ # version 2.13.5(2022-11-28)
176
+ - Add API:
177
+ - drawArrow3d
178
+ - getShortestPath
179
+
180
+ # version 2.13.4(2022-11-01)
181
+ - Add API:
182
+ - drawCylinder
183
+ - clearTemporaryShapesByIds
184
+ - getYunDesignInfo
185
+ - executeRequest
186
+ - Rebuilding API, change the return value of the following API from boolean to "{ id: string }":
187
+ - drawPoints
188
+ - drawLines
189
+ - drawPolylines
190
+ - drawText
191
+ - drawPromptLine
192
+
193
+ # version 2.13.3
194
+
195
+ # version 2.13.2(2022-07-15)
196
+ - Add KApplication Chinese comment
197
+ - Add KPluginUIAndStorage Chinese comment
198
+
199
+ # version 2.13.2(2022-07-15)
200
+ - Remove the qunhe brep api
201
+ - Add KApplication Chinese comment
202
+ - Add KPluginUIAndStorage Chinese comment
203
+
204
+ # version 2.13.1(2022-02-23)
205
+ - Added KEuler and KQuaternion.
206
+ - Modified the return type of KGeomLib.faces2dBoolean.
207
+ - Added some Chinese comments.
208
+ - Add the KTestHelper class.
209
+ - Add the getTestHelper method in the KApplication class.
210
+ - Add the fillet method in the KDesign class.
211
+ - Add the transformVertices in the KDesign class.
212
+ - Added an API createAlignCCSMatrix4.
213
+ - Add the getHoveredItem method in the KToolHelper class.
214
+ - Add the loadMaterial method in the KDesign class.
215
+ - Add the getBoundingBox method in the KGroupDefinition class.
216
+ - Add the assignMaterialForFaces method in the KDesign class.
217
+ - Add the assignMaterialForGroupInstance method in the KDesign class.
218
+ - Add the isInExpressMode method in the KGroupDefinition class.
219
+ - Add the setExcludedInferenceEntities method in the KToolHelper class.
220
+ - Add the clearExcludedInferenceEntities method in the KToolHelper class.
221
+ - The KApplication.onPluginClosed will be called after 200ms of closing plugin.
222
+ - Add the closable param in the KToastOption.
223
+ - Add the success method in the KToast.
224
+ - Added parameter propagateContinuousEdge in the moveVertices method.
225
+ - Remove the withMerge parameter in the moveVertices method.
226
+ - Remove the withMerge parameter in the moveEdge method.
227
+ - Remove the withMerge parameter in the transformShells method.
228
+ - Make version consistent with KuDaShi.
229
+ - Change KGeomLib.faces2dBoolean API.
230
+
231
+ # version 1.0.26
232
+ - Add the mergeFaces method in the KDesign class.
233
+ - Add the bulkCopyGroupInstances method in the KDesign class.
234
+ - Modify the createInstanceFromExternalResources method in the KDesign class.
235
+ - Add the matchEntities method in the KGroupDefinition class.
236
+
237
+ # version 1.0.25
238
+ - Add the KApplicationObserver class, which provides additional utilities for KApplication.
239
+ - Add the save method in the KDesign class.
240
+ - Add the KToolHelper class, which provides additional utilities for KTool.
241
+ - Add removeEdges and getEditPath two methods in the KDesign class.
242
+ - Add isReversed method in the KFace and KHalfEdge classes.
243
+ - Add drawPolylines method in KView class.
244
+ - Add signedDistanceTo method in KSurface class.
245
+ - Add isOnSameSide method in KVector3d class.
246
+
247
+ ## version 1.0.24
248
+ - Add the KPickHelper class, which is used to pick entities.
249
+
250
+ ## version 1.0.23
251
+ - Add the setSoftEdgesVisible method in the KDesign class.
252
+
253
+ ## version 1.0.22
254
+ - modify parameters of the boolean method in the KDesign class.
255
+
256
+ ## version 1.0.21
257
+ - Add the faceSplitByFace method in the KDesign class.
258
+ - Add the faceSplitByGroup method in the KDesign class.
259
+ - Add the createInstanceFromExternalResources method in the KDesign class.
260
+ - Add the createShellFromMesh method in the KDesign class.
261
+
262
+ ## version 1.0.20
263
+ - Rename the withMerge argument to beCopyToInstance in the copyFaces method in the KDesign class.
264
+ - Add KApplicationUI interface to enable/disable tool bar, menu bar, resource panel, etc.
265
+ - The copyFaces method in the KDesign class will return group instance if we set withMerge false.
266
+ - Add the createEmptyGroupInstance method in the KDesign class.
267
+ - Add the activateGroupInstance method in the KDesign class.
268
+ - Add the deactivateGroupInstance method in the KDesign class.
269
+ - Add the getDesignId method in the KDesign class.
270
+
271
+ ## version 1.0.19
272
+ - Add the onKeyUp method in the KTool class.
273
+ - Add the getUp method in the KCamera class.
274
+ - Rename the 'getCameraMode' method in KCamera to 'getMode'.
275
+ - Rename the 'getCameraPosition' method in KCamera to 'getPosition'.
276
+ - Rename the 'getCameraTarget' method in KCamera to 'getTarget'.
277
+
278
+ ## version 1.0.18
279
+ - Add the addFaces method in the KDesign class.
280
+ - Add the setEdgesSoft method in the KDesign class.
281
+ - Add the setVerticesSoft method in the KDesign class.
282
+ - Add the boolean method in the KDesign class.
283
+ - Add the offset method in the KDesign class.
284
+
285
+ ## version 1.0.17
286
+ - Modify the KTool to support to get the inference entity and the inference instance path.
287
+
288
+ ## version 1.0.16
289
+ - Rename KGeometry to KGeomLib.
290
+ - Add the moveVertices method in the KDesign class.
291
+ - Rename the 'onUseInference' method in KTool to 'allowUsingInference'.
292
+ - Delete the 'startAngle' and 'endAngle' properties from the KArc3d and KArc2d classes.
293
+ - The interfaces to get continuous edges and continuous faces infos are provided in the KEdge and KFace class.
294
+ - The selection event is provided. You can create a selection observer to observe the selection change.
295
+ - Drawing temporary interfaces in the KView class are provided, which can be use to draw temporary shaped in KTool.
296
+
297
+ ## version 1.0.15
298
+ - The sweepFollowEdges and sweepFollowCurves methods will remove the face that the contour belongs to.
299
+ - The sweepFollowEdges and sweepFollowCurves methods returns a new parameter 'addedShells'.
300
+